Home
last modified time | relevance | path

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

/freebsd/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/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp596 REGISTER_MATCHER(typedefType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp5179 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local
5180 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
5185 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local
5186 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp1100 const AstTypeMatcher<TypedefType> typedefType; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7495 extern const AstTypeMatcher<TypedefType> typedefType;