Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h580 FileID CommonFID; variable
600 return CommonFID.isValid(); in isCacheValid()
608 if (LQueryFID != CommonFID) LOffset = LCommonOffset; in getCachedResult()
609 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()
629 CommonFID = FileID(); in setQueryFIDs()
635 CommonFID = commonFID; in setCommonLoc()