Home
last modified time | relevance | path

Searched defs:SourceLineCache (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1156 const unsigned *SourceLineCache = in getColumnNumber() local
1340 const unsigned *SourceLineCache = Content->SourceLineCache.begin(); in getLineNumber() local
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h163 mutable LineOffsetMapping SourceLineCache; variable