Home
last modified time | relevance | path

Searched defs:isBeforeInTranslationUnit (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/clang/unittests/Basic/
H A DSourceManagerTest.cpp121 TEST_F(SourceManagerTest, isBeforeInTranslationUnit) { in TEST_F() argument
/llvm-project-15.0.7/clang/lib/Basic/
H A DSourceManager.cpp2014 bool SourceManager::isBeforeInTranslationUnit(SourceLocation LHS, in isBeforeInTranslationUnit() function in SourceManager