Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp455 for (const FrontendInputFile &FIF : Inputs) { in PrepareToExecuteAction() local
461 StringRef FilePath = FIF.getFile(); in PrepareToExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp267 for (const auto &FIF : CI.getFrontendOpts().Inputs) { in PrepareToExecuteAction() local
268 if (const auto InputFormat = FIF.getKind().getFormat(); in PrepareToExecuteAction()
272 << "module interface compilation" << FIF.getFile() << InputFormat; in PrepareToExecuteAction()
H A DCompilerInstance.cpp1048 for (const FrontendInputFile &FIF : getFrontendOpts().Inputs) { in ExecuteAction() local
1054 if (Act.BeginSourceFile(*this, FIF)) { in ExecuteAction()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp447 static bool needsModules(FrontendInputFile FIF) { in needsModules() argument
448 switch (FIF.getKind().getLanguage()) { in needsModules()