Home
last modified time | relevance | path

Searched refs:LineNoCache (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Support/
DSourceMgr.cpp39 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
99 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in FindLineNumber()
113 if (LineNoCache == 0) in FindLineNumber()
114 LineNoCache = new LineNoCacheTy(); in FindLineNumber()
117 LineNoCacheTy &Cache = *getCache(LineNoCache); in FindLineNumber()
/external/llvm/lib/Support/
DSourceMgr.cpp41 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
94 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn()
107 if (!LineNoCache) in getLineAndColumn()
108 LineNoCache = new LineNoCacheTy(); in getLineAndColumn()
111 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn()
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DSourceMgr.h59 mutable void *LineNoCache; variable
67 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {} in SourceMgr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DSourceMgr.h64 mutable void *LineNoCache; variable
75 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr()
/external/llvm/include/llvm/Support/
DSourceMgr.h69 mutable void *LineNoCache; variable
80 : LineNoCache(nullptr), DiagHandler(nullptr), DiagContext(nullptr) {} in SourceMgr()