Searched defs:getLocationContext (Results 1 - 8 of 8) sorted by relevance

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h41 const LocationContext *getLocationContext() const { return second; } function in class:clang::ento::EnvironmentEntry
47 ID.AddPointer(E.getLocationContext());
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.h187 : Eng(E), Block(B), LC(N->getLocationContext()) { assert(B); }
384 Pred->getLocationContext(), tag);
394 Pred->getLocationContext(), tag);
489 const LocationContext *getLocationContext() const { function in class:clang::ento::IndirectGotoNodeBuilder
490 return Pred->getLocationContext();
542 const LocationContext *getLocationContext() const { function in class:clang::ento::SwitchNodeBuilder
543 return Pred->getLocationContext();
H A DExplodedGraph.h134 const LocationContext *getLocationContext() const { function in class:clang::ento::ExplodedNode
135 return getLocation().getLocationContext();
139 return getLocationContext()->getCurrentStackFrame();
142 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }
144 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
146 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();}
150 return *getLocationContext()->getAnalysis<T>();
H A DSymbolManager.h510 const LocationContext *getLocationContext() const { return LCtx; } function in class:clang::ento::SymbolReaper
H A DCallEvent.h184 return getState()->getSVal(S, getLocationContext());
213 const LocationContext *getLocationContext() const { function in class:clang::ento::CallEvent
443 getLocationContext()->getAnalysisDeclContext()->
/external/clang/include/clang/Analysis/
H A DProgramPoint.h109 assert(getLocationContext() == l);
133 getLocationContext(), tag);
178 const LocationContext *getLocationContext() const { function in class:clang::ProgramPoint
207 ID.AddPointer(getLocationContext());
/external/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp384 LocationContextManager::getLocationContext(AnalysisDeclContext *ctx, function in class:LocationContextManager
421 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);

Completed in 160 milliseconds