Home
last modified time | relevance | path

Searched defs:UTT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/clang/lib/Sema/
H A DSemaExprCXX.cpp3769 static bool CheckUnaryTypeTraitTypeCompleteness(Sema &S, TypeTrait UTT, in CheckUnaryTypeTraitTypeCompleteness()
3925 static bool EvaluateUnaryTypeTrait(Sema &Self, TypeTrait UTT, in EvaluateUnaryTypeTrait()
/aosp_15_r20/external/clang/lib/AST/
H A DASTDiagnostic.cpp167 if (const TagType *UTT = Underlying->getAs<TagType>()) in Desugar() local