HomeSort by: relevance | last modified time | path
    Searched defs:getLocationContextManager (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 206 LocationContextManager &getLocationContextManager();
485 LocationContextManager &getLocationContextManager() { return LocCtxMgr; }
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 315 return getLocationContextManager().getStackFrame(this, ParentLC, S, Blk,
321 return getLocationContextManager().getBlockInvocationContext(this, ParentLC,
340 LocationContextManager &AnalysisDeclContext::getLocationContextManager() {
344 return ADCMgr->getLocationContextManager();

Completed in 25 milliseconds