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 39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
99 if (LineNoCacheTy *Cache = getCache(LineNoCache))
113 if (LineNoCache == 0)
114 LineNoCache = new LineNoCacheTy();
117 LineNoCacheTy &Cache = *getCache(LineNoCache);
  /external/llvm/include/llvm/Support/
SourceMgr.h 61 /// LineNoCache - This is a cache for line number queries, its implementation
63 mutable void *LineNoCache;
71 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}

Completed in 162 milliseconds