Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp210 expr(hasType(hasCanonicalType( in checkASTCodeBody()
211 pointerType(pointee(hasCanonicalType( in checkASTCodeBody()
222 expr(hasType(hasCanonicalType( in checkASTCodeBody()
224 qualType(hasCanonicalType( in checkASTCodeBody()
255 qualType(hasCanonicalType(isInteger()), in checkASTCodeBody()
H A DObjCAutoreleaseWriteChecker.cpp173 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()
174 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()
198 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
H A DPointerSortingChecker.cpp84 fieldDecl(hasType(hasCanonicalType( in matchSortWithPointers()
85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
H A DGCDAntipatternChecker.cpp104 hasCanonicalType(blockPointerType()) in findGCDAntiPatternWithSemaphore()
150 hasCanonicalType(blockPointerType()) in findGCDAntiPatternWithGroup()
H A DPointerIterationChecker.cpp72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopWidening.cpp72 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp286 REGISTER_MATCHER(hasCanonicalType); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4030 AST_MATCHER_P(QualType, hasCanonicalType, internal::Matcher<QualType>, in AST_MATCHER_P() argument