Home
last modified time | relevance | path

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

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