Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp40 StringRef CheckerContext::getDeclDescription(const Decl *D) { in getDeclDescription() function in CheckerContext
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h346 StringRef getDeclDescription(const Decl *D);
/openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp682 OS << " returned from a " << C.getDeclDescription(D) << in checkPreStmt()
715 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) << in checkPreStmt()