Home
last modified time | relevance | path

Searched refs:typedefType (Results 1 – 4 of 4) 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.cpp593 REGISTER_MATCHER(typedefType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp4930 if (const auto *typedefType = getAs<TypedefType>()) in isObjCNSObjectType() local
4931 return typedefType->getDecl()->hasAttr<ObjCNSObjectAttr>(); in isObjCNSObjectType()
4936 if (const auto *typedefType = getAs<TypedefType>()) in isObjCIndependentClassType() local
4937 return typedefType->getDecl()->hasAttr<ObjCIndependentClassAttr>(); in isObjCIndependentClassType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7446 extern const AstTypeMatcher<TypedefType> typedefType;