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

/external/llvm/lib/Support/
H A DSourceMgr.cpp25 struct LineNoCacheTy { struct in namespace:__anon8818
32 static LineNoCacheTy *getCache(void *Ptr) {
33 return (LineNoCacheTy*)Ptr;
39 if (LineNoCacheTy *Cache = getCache(LineNoCache))
101 if (LineNoCacheTy *Cache = getCache(LineNoCache))
115 LineNoCache = new LineNoCacheTy();
118 LineNoCacheTy &Cache = *getCache(LineNoCache);

Completed in 71 milliseconds