Searched refs:isPointerToConst (Results 1 – 5 of 5) sorted by relevance
47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION() argument
80 hasType(qualType(matchers::isPointerToConst())), in constReferenceDeclRefExprs()
404 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function436 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
209 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function229 if (isPointerToConst(*I)) in findPtrToConstParams()
705 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function722 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()