Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp1975 static bool MoveUpIncludeHierarchy(std::pair<FileID, unsigned> &Loc, in MoveUpIncludeHierarchy() function
2101 } while (LOffs.first != ROffs.first && !MoveUpIncludeHierarchy(LOffs, *this)); in isInTheSameTranslationUnit()
2104 if (MoveUpIncludeHierarchy(ROffs, *this)) in isInTheSameTranslationUnit()