Searched defs:getLocationContext (Results 1 - 8 of 8) sorted by last modified time

/external/clang/include/clang/Analysis/
H A DProgramPoint.h86 assert(getLocationContext() == l);
110 getLocationContext(), tag);
155 const LocationContext *getLocationContext() const { function in class:clang::ProgramPoint
184 ID.AddPointer(getLocationContext());
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h159 return getState()->getSVal(S, getLocationContext());
187 const LocationContext *getLocationContext() const { function in class:clang::ento::CallEvent
403 getLocationContext()->getAnalysisDeclContext()->
H A DCheckerContext.h138 const LocationContext *getLocationContext() const { function in class:clang::ento::CheckerContext
139 return Pred->getLocationContext();
147 bool inTopFrame() const { return getLocationContext()->inTopFrame(); }
174 return Pred->getLocationContext()->getAnalysisDeclContext();
196 return getState()->getSVal(S, getLocationContext());
H A DCoreEngine.h189 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
386 Pred->getLocationContext(), tag);
396 Pred->getLocationContext(), tag);
491 const LocationContext *getLocationContext() const { function in class:clang::ento::IndirectGotoNodeBuilder
492 return Pred->getLocationContext();
544 const LocationContext *getLocationContext() const { function in class:clang::ento::SwitchNodeBuilder
545 return Pred->getLocationContext();
H A DEnvironment.h40 const LocationContext *getLocationContext() const { return second; } function in class:clang::ento::EnvironmentEntry
46 ID.AddPointer(E.getLocationContext());
H A DExplodedGraph.h136 const LocationContext *getLocationContext() const { function in class:clang::ento::ExplodedNode
137 return getLocation().getLocationContext();
141 return getLocationContext()->getCurrentStackFrame();
144 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }
146 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
148 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();}
152 return *getLocationContext()->getAnalysis<T>();
H A DSymbolManager.h594 const LocationContext *getLocationContext() const { return LCtx; } function in class:clang::ento::SymbolReaper
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp335 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx, function in class:LocationContextManager
372 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);

Completed in 993 milliseconds