Searched refs:qualType (Results 1 – 7 of 7) sorted by relevance
222 qualType(hasCanonicalType( in checkASTCodeBody()223 qualType(hasDeclaration( in checkASTCodeBody()241 qualType(elaboratedType(namesType( in checkASTCodeBody()247 qualType(anyOf(qualType(booleanType()).bind("cpp_bool_type"), in checkASTCodeBody()254 qualType(hasCanonicalType(isInteger()), in checkASTCodeBody()260 qualType(anyOf(SuspiciousScalarBooleanTypeM, in checkASTCodeBody()
500 mlir::Type CIRGenTypes::convertTypeForMem(clang::QualType qualType, in convertTypeForMem() argument502 assert(!qualType->isConstantMatrixType() && "Matrix types NYI"); in convertTypeForMem()504 mlir::Type convertedType = convertType(qualType); in convertTypeForMem()510 if (forBitField && qualType->isBitIntType()) in convertTypeForMem()511 assert(!qualType->isBitIntType() && "Bit field with type _BitInt NYI"); in convertTypeForMem()
114 parmVarDecl(hasType(references(qualType(unless(isConstQualified()))))))); in callByRef()
2861 extern const internal::VariadicAllOfMatcher<QualType> qualType;4133 return qualType(hasDeclaration(InnerMatcher)).matches(QT, Finder, Builder);4216 return pointsTo(qualType(hasDeclaration(InnerMatcher)))4277 return references(qualType(hasDeclaration(InnerMatcher)))
548 REGISTER_MATCHER(qualType); in RegistryMaps()
354 return callExpr(hasType(qualType( in isCallReturningOptional()
798 const internal::VariadicAllOfMatcher<QualType> qualType; variable