Home
last modified time | relevance | path

Searched defs:InFile (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DFrontendActions.cpp16 AnalysisAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
25 StringRef InFile) { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp63 InitOnlyAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
87 StringRef InFile) { in CreateASTConsumer()
96 ASTPrintAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
104 ASTDumpAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
113 ASTDeclListAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
118 ASTViewAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
123 GeneratePCHAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
164 GeneratePCHAction::CreateOutputFile(CompilerInstance &CI, StringRef InFile, in CreateOutputFile()
189 StringRef InFile) { in CreateMultiplexConsumer()
218 StringRef InFile) { in CreateASTConsumer()
[all …]
H A DInterfaceStubFunctionsConsumer.cpp22 StringRef InFile; member in __anonddb1d4dd0111::InterfaceStubFunctionsConsumer
240 InterfaceStubFunctionsConsumer(CompilerInstance &Instance, StringRef InFile, in InterfaceStubFunctionsConsumer()
339 StringRef InFile) { in CreateASTConsumer()
H A DFrontendAction.cpp165 StringRef InFile) { in CreateWrappedASTConsumer()
1200 StringRef InFile) { in CreateASTConsumer()
1209 StringRef InFile) { in CreateASTConsumer()
H A DPrecompiledPreamble.cpp325 StringRef InFile) { in CreateASTConsumer()
H A DCompilerInstance.cpp809 bool Binary, StringRef InFile, StringRef Extension, bool RemoveFileOnSignal, in createDefaultOutputFile()
H A DASTUnit.cpp1047 StringRef InFile) override { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DFrontend.h37 StringRef InFile) override { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h48 StringRef InFile) override { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DExtractAPIConsumer.cpp415 ExtractAPIAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
524 StringRef InFile) { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp117 const std::string &InFile, SmallVector<LinkModule, 4> LinkModules, in BackendConsumer()
979 GetOutputStream(CompilerInstance &CI, StringRef InFile, BackendAction Action) { in GetOutputStream()
999 CodeGenAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp162 StringRef InFile) override { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp455 StringRef InFile) override { in CreateASTConsumer()
H A DObjCMT.cpp194 ObjCMigrateAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
2004 MigrateSourceAction::CreateASTConsumer(CompilerInstance &CI, StringRef InFile) { in CreateASTConsumer()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp664 const std::string &InFile, std::unique_ptr<raw_ostream> OS, in CreateModernObjCRewriter()