Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Frontend/
H A DCompilerInstance.h109 Fortran::parser::AllSources &getAllSources() const { return *allSources; } getAllSources() function
/llvm-project/clang-tools-extra/clangd/index/
H A DFileIndex.cpp182 std::vector<llvm::StringRef> FileShardedIndex::getAllSources() const { in getAllSources() function in clang::clangd::FileShardedIndex