Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DSourceManager.cpp1989 static bool MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, in MoveUpIncludeHierarchy() function
2072 } while (LOffs.first != ROffs.first && !MoveUpIncludeHierarchy(LOffs, *this)); in isBeforeInTranslationUnit()
2075 if (MoveUpIncludeHierarchy(ROffs, *this)) in isBeforeInTranslationUnit()