Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1057 const AstTypeMatcher<TypedefType> typedefType; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DType.cpp4412 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local
4418 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7414 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local