Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DASTImporter.cpp1791 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitTypeOfType() local
1792 if (ToUnderlyingType.isNull()) in VisitTypeOfType()
1795 return Importer.getToContext().getTypeOfType(ToUnderlyingType); in VisitTypeOfType()
1813 QualType ToUnderlyingType = Importer.Import(T->getUnderlyingType()); in VisitUnaryTransformType() local
1814 if (ToBaseType.isNull() || ToUnderlyingType.isNull()) in VisitUnaryTransformType()
1818 ToUnderlyingType, in VisitUnaryTransformType()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp3915 ToUnderlyingType, enumerator
3936 return FixedEnumPromotion::ToUnderlyingType; in getFixedEnumPromtion()
3992 return FEP1 == FixedEnumPromotion::ToUnderlyingType in CompareStandardConversionSequences()
/external/llvm-project/clang/lib/AST/
DASTImporter.cpp2470 auto ToUnderlyingType = importChecked(Err, D->getUnderlyingType()); in VisitTypedefNameDecl() local
2478 (void)ToUnderlyingType; in VisitTypedefNameDecl()