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

  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/
AnalysisDeclContext.h 43 class LocationContextManager;
180 /// \copydoc LocationContextManager::getStackFrame()
185 /// \copydoc LocationContextManager::getBlockInvocationContext()
206 LocationContextManager &getLocationContextManager();
294 friend class LocationContextManager;
348 friend class LocationContextManager;
381 class LocationContextManager {
388 ~LocationContextManager();
424 LocationContextManager LocCtxMgr;
469 /// \copydoc LocationContextManager::getStackFrame(
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
AnalysisDeclContext.cpp 340 LocationContextManager &AnalysisDeclContext::getLocationContextManager() {
375 const StackFrameContext *LocationContextManager::getStackFrame(
390 const BlockInvocationContext *LocationContextManager::getBlockInvocationContext(
641 LocationContextManager::~LocationContextManager() {
645 void LocationContextManager::clear() {

Completed in 25 milliseconds