Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DNumberObjectConversionChecker.cpp202 typedefType(hasDeclaration(anyOf( in checkASTCodeBody()
243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()
256 unless(typedefType(hasDeclaration( in checkASTCodeBody()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
DRegistry.cpp552 REGISTER_MATCHER(typedefType); in RegistryMaps()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DType.cpp4260 if (const auto *typedefType = dyn_cast<TypedefType>(cur)) in isObjCNSObjectType() local
4261 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
4271 if (const auto *typedefType = dyn_cast<TypedefType>(this)) in isObjCIndependentClassType() local
4272 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/freebsd-12-stable/contrib/llvm-project/clang/lib/ASTMatchers/
DASTMatchersInternal.cpp1040 const AstTypeMatcher<TypedefType> typedefType; variable
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
DASTMatchers.h6776 extern const AstTypeMatcher<TypedefType> typedefType;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaType.cpp7164 if (auto typedefType = desugared->getAs<TypedefType>()) { in checkNullabilityTypeSpecifier() local
7165 TypedefNameDecl *typedefDecl = typedefType->getDecl(); in checkNullabilityTypeSpecifier()