Searched refs:LineNoCache (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DSourceMgr.cpp39 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/
H A DSourceMgr.h61 /// LineNoCache - This is a cache for line number queries, its implementation
63 mutable void *LineNoCache; member in class:llvm::SourceMgr
71 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {}

Completed in 85 milliseconds