Searched refs:qualType (Results 1 – 6 of 6) sorted by relevance
224 qualType(hasCanonicalType( in checkASTCodeBody()225 qualType(hasDeclaration( in checkASTCodeBody()243 qualType(typedefType(hasDeclaration( in checkASTCodeBody()248 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()255 qualType(hasCanonicalType(isInteger()), in checkASTCodeBody()261 qualType(anyOf(SuspiciousScalarBooleanTypeM, in checkASTCodeBody()
208 returns(qualType(pointsTo(type()))))), in isSmartPointerType()210 returns(qualType(references(type())))))); in isSmartPointerType()211 const auto SmartPointer = qualType(hasDeclaration( in isSmartPointerType()
108 parmVarDecl(hasType(references(qualType(unless(isConstQualified()))))))); in callByRef()
2687 extern const internal::VariadicAllOfMatcher<QualType> qualType;3895 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);3979 return pointsTo(qualType(hasDeclaration(InnerMatcher)))4040 return references(qualType(hasDeclaration(InnerMatcher)))
507 REGISTER_MATCHER(qualType); in RegistryMaps()
771 const internal::VariadicAllOfMatcher<QualType> qualType; variable