Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1880 QualType ToEquivalentType; in VisitAttributedType() local
1888 ToEquivalentType = Importer.Import(FromEquivalentType); in VisitAttributedType()
1889 if (ToEquivalentType.isNull()) in VisitAttributedType()
1894 ToModifiedType, ToEquivalentType); in VisitAttributedType()