Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DCheckerContext.cpp38 StringRef CheckerContext::getDeclDescription(const Decl *D) { in getDeclDescription() function in CheckerContext
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h268 StringRef getDeclDescription(const Decl *D);
/external/clang/lib/StaticAnalyzer/Checkers/
DNullabilityChecker.cpp616 OS << "Null is returned from a " << C.getDeclDescription(D) << in checkPreStmt()
650 OS << "Nullable pointer is returned from a " << C.getDeclDescription(D) << in checkPreStmt()