Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/unittests/Frontend/
H A DCompilerInstanceTest.cpp50 compInst.getAllSources().Open(testFilePath, errorStream); in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DFileIndex.h175 std::vector<llvm::StringRef> getAllSources() const;
H A DFileIndex.cpp181 std::vector<llvm::StringRef> FileShardedIndex::getAllSources() const { in getAllSources() function in clang::clangd::FileShardedIndex
430 for (auto Uri : ShardedIndex.getAllSources()) { in updatePreamble()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInstance.h104 Fortran::parser::AllSources &getAllSources() const { return *allSources; } in getAllSources() function
/llvm-project-15.0.7/flang/lib/Frontend/
H A DFrontendActions.cpp185 Fortran::parser::AllSources &allSources{ci.getAllSources()}; in executeAction()
/llvm-project-15.0.7/clang-tools-extra/clangd/unittests/
H A DFileIndexTests.cpp638 ASSERT_THAT(ShardedIndex.getAllSources(), in TEST()