Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp338 LastFileIDLookup = FileID(); in clearIDTables()
647 return LastFileIDLookup = FID; in createFileIDImpl()
816 assert(LastFileIDLookup.ID >= 0 && "Only cache local file sloc entry"); in getFileIDLocal()
838 LessIndex = LastFileIDLookup.ID; in getFileIDLocal()
840 GreaterIndex = LastFileIDLookup.ID; in getFileIDLocal()
850 LastFileIDLookup = Res; in getFileIDLocal()
878 return LastFileIDLookup = FileID::get(LessIndex - 1); in getFileIDLocal()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h771 mutable FileID LastFileIDLookup; variable
1909 return LastFileIDLookup; in getFileID()