Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DSourceMgr.cpp43 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in ~SourceMgr()
105 if (LineNoCacheTy *Cache = getCache(LineNoCache)) in getLineAndColumn()
118 if (LineNoCache == 0) in getLineAndColumn()
119 LineNoCache = new LineNoCacheTy(); in getLineAndColumn()
122 LineNoCacheTy &Cache = *getCache(LineNoCache); in getLineAndColumn()
/external/llvm/include/llvm/Support/
DSourceMgr.h66 mutable void *LineNoCache; variable
74 SourceMgr() : LineNoCache(0), DiagHandler(0), DiagContext(0) {} in SourceMgr()