Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DMatchers.h47 AST_MATCHER_FUNCTION(ast_matchers::TypeMatcher, isPointerToConst) { in AST_MATCHER_FUNCTION() argument
/llvm-project/clang/lib/Analysis/
H A DUninitializedValues.cpp419 static bool isPointerToConst(const QualType &QT) { in isPointerToConst() function
451 } else if (isPointerToConst((*I)->getType())) { in VisitCallExpr()
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp209 static bool isPointerToConst(QualType Ty) { in isPointerToConst()
229 if (isPointerToConst(*I)) in findPtrToConstParams()
208 static bool isPointerToConst(QualType Ty) { isPointerToConst() function
H A DBugReporterVisitors.cpp646 static bool isPointerToConst(QualType Ty) {
663 if (RegionOfInterest->isSubRegionOf(MR) && !isPointerToConst(T)) in findRegionOfInterestInRecord()
735 static bool isPointerToConst(QualType Ty) { isPointerToConst() function