Home
last modified time | relevance | path

Searched refs:asDecl (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h284 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function
/external/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1050 if (Container.asDecl()) in containsLocation()