Searched defs:getAllSources (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/include/flang/Frontend/ | ||
H A D | CompilerInstance.h | 109 Fortran::parser::AllSources &getAllSources() const { return *allSources; } getAllSources() function |
/llvm-project/clang-tools-extra/clangd/index/ | ||
H A D | FileIndex.cpp | 182 std::vector<llvm::StringRef> FileShardedIndex::getAllSources() const { in getAllSources() function in clang::clangd::FileShardedIndex |