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

/external/clang/include/clang/Basic/
H A DSourceManager.h404 /// CommonFID - This is the file found in common between the two #include
406 FileID CommonFID; member in class:clang::IsBeforeInTranslationUnitCache
408 /// L/R CommonOffset - This is the offset of the previous query in CommonFID.
426 if (LQueryFID != CommonFID) LOffset = LCommonOffset;
427 if (RQueryFID != CommonFID) ROffset = RCommonOffset;
435 (LQueryFID != CommonFID || RQueryFID != CommonFID))
456 CommonFID = commonFID;

Completed in 81 milliseconds