Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1877 QualType FromModifiedType = T->getModifiedType(); in VisitAttributedType() local
1882 if (!FromModifiedType.isNull()) { in VisitAttributedType()
1883 ToModifiedType = Importer.Import(FromModifiedType); in VisitAttributedType()