Home
last modified time | relevance | path

Searched refs:ToEquivalentType (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/AST/
DASTImporter.cpp1732 QualType ToEquivalentType; in VisitAttributedType() local
1740 ToEquivalentType = Importer.Import(FromEquivalentType); in VisitAttributedType()
1741 if (ToEquivalentType.isNull()) in VisitAttributedType()
1746 ToModifiedType, ToEquivalentType); in VisitAttributedType()