Home
last modified time | relevance | path

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

/external/llvm-project/clang/unittests/CrossTU/
DCrossTranslationUnitTest.cpp95 llvm::Optional<std::pair<SourceLocation, ASTUnit *>> SLocResult = in HandleTranslationUnit() local
97 EXPECT_TRUE(SLocResult); in HandleTranslationUnit()
98 if (SLocResult) { in HandleTranslationUnit()
99 SourceLocation OrigSLoc = (*SLocResult).first; in HandleTranslationUnit()
100 ASTUnit *OrigUnit = (*SLocResult).second; in HandleTranslationUnit()