HomeSort by relevance Sort by last modified time
    Searched refs:LineNoCache (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
SourceMgr.cpp 43 if (LineNoCacheTy *Cache = getCache(LineNoCache))
101 if (LineNoCacheTy *Cache = getCache(LineNoCache))
114 if (!LineNoCache)
115 LineNoCache = new LineNoCacheTy();
118 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /external/llvm/include/llvm/Support/
SourceMgr.h 64 mutable void *LineNoCache;
75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}

Completed in 486 milliseconds