Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DPathDiagnostic.h274 const Decl *asDecl() const { assert(isValid()); return D; } in asDecl() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DBugReporter.cpp1055 if (Container.asDecl()) in containsLocation()