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