Searched refs:RQueryFID (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Basic/
H A DSourceManager.h469 FileID LQueryFID, RQueryFID; member in class:clang::InBeforeInTUCacheEntry
471 /// \brief True if LQueryFID was created before RQueryFID.
483 /// if LQueryFID is a parent of RQueryFID (or vice versa) then these can be a
492 return LQueryFID == LHS && RQueryFID == RHS;
501 if (RQueryFID != CommonFID) ROffset = RCommonOffset;
518 RQueryFID = RHS;
523 LQueryFID = RQueryFID = FileID();

Completed in 62 milliseconds