Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h584 FileID CommonFID; variable
604 return CommonFID.isValid(); in isCacheValid()
612 if (LQueryFID != CommonFID) LOffset = LCommonOffset; in getCachedResult()
613 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()
633 CommonFID = FileID(); in setQueryFIDs()
639 CommonFID = commonFID; in setCommonLoc()