HomeSort by relevance Sort by last modified time
    Searched defs:getLocationContext (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Analysis/
AnalysisContext.cpp 224 LocationContextManager::getLocationContext(AnalysisContext *ctx,
261 return getLocationContext<ScopeContext, Stmt>(ctx, parent, s);
  /external/clang/include/clang/Analysis/
ProgramPoint.h 91 const LocationContext *getLocationContext() const { return L; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CoreEngine.h 271 C.ContextPred->getLocationContext()->getCurrentStackFrame(),
314 Pred->getLocationContext(), tag ? tag : Tag);
573 Pred->getLocationContext()->getCurrentStackFrame(),
616 const LocationContext *getLocationContext() const {
617 return Pred->getLocationContext();
ExplodedGraph.h 132 const LocationContext *getLocationContext() const {
133 return getLocation().getLocationContext();
136 const Decl &getCodeDecl() const { return *getLocationContext()->getDecl(); }
138 CFG &getCFG() const { return *getLocationContext()->getCFG(); }
140 ParentMap &getParentMap() const {return getLocationContext()->getParentMap();}
144 return *getLocationContext()->getAnalysis<T>();
SymbolManager.h 462 const LocationContext *getLocationContext() const { return LCtx; }
  /external/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 149 const LocationContext* getLocationContext() {
150 return R->getErrorNode()->getLocationContext();
176 return PathDiagnosticLocation(S, getSourceManager(), getLocationContext());
178 return PathDiagnosticLocation::createDeclEnd(N->getLocationContext(),
198 const Decl *D = N->getLocationContext()->getDecl();
237 const LocationContext *LC = getLocationContext();
444 Pred->getLocationContext());
519 const LocationContext *LC = PDB.getLocationContext();
538 N->getLocationContext());
882 L = PathDiagnosticLocation(S, L.getManager(), PDB.getLocationContext());
    [all...]

Completed in 1594 milliseconds