Searched refs:getDependencies (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp75 for (const auto &Dep : Parser.getDependencies()) {
H A DTGLexer.h104 const DependenciesSetTy &getDependencies() const { function in class:llvm::TGLexer
H A DTGParser.h180 const TGLexer::DependenciesSetTy &getDependencies() const { function in class:llvm::TGParser
181 return Lex.getDependencies();
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DUtils.h82 ArrayRef<std::string> getDependencies() const { return Dependencies; } function in class:clang::DependencyCollector
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDependencyFile.cpp351 ArrayRef<std::string> Files = getDependencies();
H A DPrecompiledPreamble.cpp371 for (auto &Filename : PreambleDepCollector->getDependencies()) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp35 for (const auto &File : getDependencies()) {
/freebsd-12-stable/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp405 const std::set<Intrinsic *> &getDependencies() const { return Dependencies; } function in class:__anon3552::Intrinsic
2311 for (auto *II : (*I)->getDependencies()) {
2418 for (auto *II : (*I)->getDependencies()) {

Completed in 262 milliseconds