Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1507 IsBeforeInTUCache.setQueryFIDs(LOffs.first, ROffs.first); in isBeforeInTranslationUnit()
1539 IsBeforeInTUCache.setQueryFIDs(FileID(), FileID()); in isBeforeInTranslationUnit()
/external/clang/include/clang/Basic/
DSourceManager.h404 void setQueryFIDs(FileID LHS, FileID RHS) { in setQueryFIDs() function