Home
last modified time | relevance | path

Searched refs:typedefType (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp202 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()
243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()
256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp552 REGISTER_MATCHER(typedefType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4255 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local
4256 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
4266 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
4267 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/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/include/clang/ASTMatchers/
H A DASTMatchers.h6764 extern const AstTypeMatcher<TypedefType> typedefType;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp7131 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local
7132 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()