Home
last modified time | relevance | path

Searched refs:getDeclDescription (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp40 StringRef CheckerContext::getDeclDescription(const Decl *D) { in getDeclDescription() function in CheckerContext
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h329 StringRef getDeclDescription(const Decl *D);
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp633 OS << " returned from a " << C.getDeclDescription(D) << in checkPreStmt()
666 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) << in checkPreStmt()