Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp200 expr(hasType(elaboratedType(namesType(typedefType( in checkASTCodeBody()
242 typedefType(hasDeclaration(typedefDecl(hasName("BOOL"))))))) in checkASTCodeBody()
255 unless(elaboratedType(namesType(typedefType(hasDeclaration( in checkASTCodeBody()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp592 REGISTER_MATCHER(typedefType); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4685 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local
4686 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
4691 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local
4692 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1069 const AstTypeMatcher<TypedefType> typedefType; variable
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7416 extern const AstTypeMatcher<TypedefType> typedefType;