Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp37 StringRef CheckerContext::getDeclDescription(const Decl *D) { in getDeclDescription() function in CheckerContext
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h225 StringRef getDeclDescription(const Decl *D);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp591 OS << " returned from a " << C.getDeclDescription(D) << in checkPreStmt()
624 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) << in checkPreStmt()