Home
last modified time | relevance | path

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

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