Searched defs:ElabT (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/tools/libclang/ | ||
H A D | CXCursor.cpp | 1281 if (const ElaboratedType *ElabT = Ty->getAs<ElaboratedType>()) { getTypeRefCursor() local |
/llvm-project/clang/lib/Sema/ | ||
H A D | TreeTransform.h | 7480 if (const ElaboratedType* ElabT = Result->getAs<ElaboratedType>()) { TransformDependentNameType() local |