Home
last modified time | relevance | path

Searched defs:typedefType (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1039 const AstTypeMatcher<TypedefType> typedefType; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4255 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local
4266 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7131 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local