Home
last modified time | relevance | path

Searched refs:isPointerToConst (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION() argument
H A DDeclRefExprUtils.cpp80 hasType(qualType(matchers::isPointerToConst())), in constReferenceDeclRefExprs()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DUninitializedValues.cpp404 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
436 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp209 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
229 if (isPointerToConst(*I)) in findPtrToConstParams()
H A DBugReporterVisitors.cpp705 static bool isPointerToConst(QualType Ty) { in isPointerToConst() function
722 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in maybeEmitNoteForParameters()