Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
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()
DLocalizationChecker.cpp656 const Decl *D = C.getCurrentAnalysisDeclContext()->getDecl(); in isDebuggingContext()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DCheckerContext.h173 AnalysisDeclContext *getCurrentAnalysisDeclContext() const { in getCurrentAnalysisDeclContext() function