Home
last modified time | relevance | path

Searched refs:getCurrentAnalysisDeclContext (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp174 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkPostObjCMessage()
201 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkPostStmt()
214 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkPreStmt()
242 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkPreCall()
270 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkPostCall()
305 C.getCurrentAnalysisDeclContext()->getDecl()))) in checkLocation()
412 AnalysisDeclContext *analCtx = C.getCurrentAnalysisDeclContext(); in isSelfVar()
H A DAnalysisOrderChecker.cpp133 CFGStmtMap *Map = C.getCurrentAnalysisDeclContext()->getCFGStmtMap(); in checkEndFunction()
H A DLocalizationChecker.cpp728 const Decl *D = C.getCurrentAnalysisDeclContext()->getDecl(); in isDebuggingContext()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCheckerContext.h123 AnalysisDeclContext *getCurrentAnalysisDeclContext() const { in getCurrentAnalysisDeclContext() function