Home
last modified time | relevance | path

Searched refs:hasCanonicalType (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp208 expr(hasType(hasCanonicalType( in checkASTCodeBody()
209 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
220 expr(hasType(hasCanonicalType( in checkASTCodeBody()
222 qualType(hasCanonicalType( in checkASTCodeBody()
254 qualType(hasCanonicalType(isInteger()), in checkASTCodeBody()
H A DObjCAutoreleaseWriteChecker.cpp175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
176 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()
200 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
H A DPointerSortingChecker.cpp84 fieldDecl(hasType(hasCanonicalType( in matchSortWithPointers()
85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
H A DPointerIterationChecker.cpp72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp216 return hasType(hasCanonicalType(pointerType())); in hasPointerType()
219 static auto hasArrayType() { return hasType(hasCanonicalType(arrayType())); } in hasArrayType()
903 declRefExpr(hasType(hasCanonicalType(constantArrayType())), in matcher()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp302 REGISTER_MATCHER(hasCanonicalType); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4174 AST_MATCHER_P(QualType, hasCanonicalType, internal::Matcher<QualType>, in AST_MATCHER_P() argument