Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DBugReporter.h630 const Decl *getAnalysisEntryPoint() const { return AnalysisEntryPoint; } in getAnalysisEntryPoint() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DPathDiagnostic.h859 const Decl *getAnalysisEntryPoint() const { return AnalysisEntryPoint; } in getAnalysisEntryPoint() function
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp2009 const Decl *EntryPoint = getBugReporter().getAnalysisEntryPoint(); in generate()
3159 const Decl *EntryPoint = getAnalysisEntryPoint(); in FlushReport()