Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1141 unsigned *SourceLineCache = LastLineNoContentCache->SourceLineCache; in getColumnNumber() local
1285 unsigned *SourceLineCache = Content->SourceLineCache; in getLineNumber() local
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h130 unsigned *SourceLineCache = nullptr; variable