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()
68 returns(qualType(pointsTo(type()))))), in isSmartPointerType()70 returns(qualType(references(type())))))); in isSmartPointerType()71 const auto SmartPointer = qualType(hasDeclaration( in isSmartPointerType()82 hasOverloadedOperatorName("->"), returns(qualType(pointsTo(type())))))); in isSmartDereference()
111 parmVarDecl(hasType(references(qualType(unless(isConstQualified()))))))); in callByRef()
2699 extern const internal::VariadicAllOfMatcher<QualType> qualType;3907 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);3991 return pointsTo(qualType(hasDeclaration(InnerMatcher)))4052 return references(qualType(hasDeclaration(InnerMatcher)))
507 REGISTER_MATCHER(qualType); in RegistryMaps()
771 const internal::VariadicAllOfMatcher<QualType> qualType; variable