Searched defs:typedefType (Results 1 – 2 of 2) sorted by relevance
/llvm-project/clang/lib/ASTMatchers/ | ||
H A D | ASTMatchersInternal.cpp | 1069 const AstTypeMatcher<TypedefType> typedefType; global() variable |
/llvm-project/clang/lib/AST/ | ||
H A D | Type.cpp | 4959 if (const auto *typedefType = getAs<TypedefType>()) isObjCNSObjectType() local |