Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp41 StringRef CheckerContext::getDeclDescription(const Decl *D) { in getDeclDescription() function in CheckerContext
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h346 StringRef getDeclDescription(const Decl *D);
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp717 OS << " returned from a " << C.getDeclDescription(D) << in checkPreStmt()
750 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) << in checkPreStmt()