Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DSourceManager.h559 FileID CommonFID; variable
579 return CommonFID.isValid(); in isCacheValid()
587 if (LQueryFID != CommonFID) LOffset = LCommonOffset; in getCachedResult()
588 if (RQueryFID != CommonFID) ROffset = RCommonOffset; in getCachedResult()
608 CommonFID = FileID(); in setQueryFIDs()
614 CommonFID = commonFID; in setCommonLoc()