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 41 if (LineNoCacheTy *Cache = getCache(LineNoCache))
94 if (LineNoCacheTy *Cache = getCache(LineNoCache))
107 if (!LineNoCache)
108 LineNoCache = new LineNoCacheTy();
111 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /external/llvm/include/llvm/Support/
SourceMgr.h 69 mutable void *LineNoCache;
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {}

Completed in 186 milliseconds