Searched defs:LQueryFID (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;
500 if (LQueryFID != CommonFID) LOffset = LCommonOffset;
517 LQueryFID = LHS;
523 LQueryFID = RQueryFID = FileID();

Completed in 305 milliseconds