Searched refs:hasCanonicalType (Results 1 – 7 of 7) sorted by relevance
208 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()
175 parmVarDecl(hasType(hasCanonicalType(pointerType( in checkASTCodeBody()176 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()200 hasType(hasCanonicalType(blockPointerType())), in checkASTCodeBody()
84 fieldDecl(hasType(hasCanonicalType( in matchSortWithPointers()85 pointsTo(hasCanonicalType(pointerType())) in matchSortWithPointers()
72 auto PointerTypeM = varDecl(hasType(hasCanonicalType(pointerType()))); in matchUnorderedIterWithPointers()
216 return hasType(hasCanonicalType(pointerType())); in hasPointerType()219 static auto hasArrayType() { return hasType(hasCanonicalType(arrayType())); } in hasArrayType()903 declRefExpr(hasType(hasCanonicalType(constantArrayType())), in matcher()
302 REGISTER_MATCHER(hasCanonicalType); in RegistryMaps()
4174 AST_MATCHER_P(QualType, hasCanonicalType, internal::Matcher<QualType>, in AST_MATCHER_P() argument