Searched refs:hasCanonicalType (Results 1 – 8 of 8) sorted by relevance
210 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()
173 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()174 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()198 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
84 fieldDecl(hasType(hasCanonicalType( in matchSortWithPointers()85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
104 hasCanonicalType(blockPointerType()) in findGCDAntiPatternWithSemaphore()150 hasCanonicalType(blockPointerType()) in findGCDAntiPatternWithGroup()
72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
72 varDecl(hasType(hasCanonicalType(referenceType()))).bind(MatchRef)))), in getWidenedLoopState()
286 REGISTER_MATCHER(hasCanonicalType); in RegistryMaps()
4030 AST_MATCHER_P(QualType, hasCanonicalType, internal::Matcher<QualType>, in AST_MATCHER_P() argument