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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCheckerContext.cpp36 StringRef CheckerContext::getDeclDescription(const Decl *D) { function in class:CheckerContext
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h306 StringRef getDeclDescription(const Decl *D);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNullabilityChecker.cpp633 OS << " returned from a " << C.getDeclDescription(D) <<
666 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) <<

Completed in 109 milliseconds