Home
last modified time | relevance | path

Searched refs:FrontendInputFile (Results 1 – 13 of 13) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h80 class FrontendInputFile {
93 FrontendInputFile() : Buffer(nullptr), Kind(IK_None) { } in FrontendInputFile() function
94 FrontendInputFile(StringRef File, InputKind Kind, bool IsSystem = false)
96 FrontendInputFile(llvm::MemoryBuffer *buffer, InputKind Kind,
204 std::vector<FrontendInputFile> Inputs;
H A DFrontendAction.h37 FrontendInputFile CurrentInput;
130 const FrontendInputFile &getCurrentInput() const { in getCurrentInput()
153 void setCurrentInput(const FrontendInputFile &CurrentInput,
211 bool BeginSourceFile(CompilerInstance &CI, const FrontendInputFile &Input);
H A DCompilerInstance.h683 bool InitializeSourceManager(const FrontendInputFile &Input);
689 static bool InitializeSourceManager(const FrontendInputFile &Input,
/minix3/external/bsd/llvm/dist/clang/include/clang/ARCMigrate/
H A DARCMT.h41 const FrontendInputFile &Input,
51 const FrontendInputFile &Input,
66 const FrontendInputFile &Input,
/minix3/external/bsd/llvm/dist/clang/unittests/Frontend/
H A DFrontendActionTest.cpp83 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc", in TEST()
103 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc", in TEST()
130 invocation->getFrontendOpts().Inputs.push_back(FrontendInputFile("test.cc", in TEST()
177 FrontendInputFile("test.cc", IK_CXX)); in TEST()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DFrontendAction.cpp131 void FrontendAction::setCurrentInput(const FrontendInputFile &CurrentInput, in setCurrentInput()
172 const FrontendInputFile &Input) { in BeginSourceFile()
416 setCurrentInput(FrontendInputFile()); in BeginSourceFile()
496 setCurrentInput(FrontendInputFile()); in EndSourceFile()
H A DCompilerInstance.cpp692 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input){ in InitializeSourceManager()
698 bool CompilerInstance::InitializeSourceManager(const FrontendInputFile &Input, in InitializeSourceManager()
947 FrontendInputFile(ModuleMapFile->getName(), IK)); in compileModuleImpl()
953 FrontendInputFile("__inferred_module.map", IK)); in compileModuleImpl()
H A DChainedIncludesSource.cpp138 FrontendInputFile InputFile(includes[i], IK); in createChainedIncludesSource()
H A DFrontendActions.cpp353 setCurrentInput(FrontendInputFile(InputBuffer.release(), getCurrentFileKind(), in BeginSourceFileAction()
H A DASTUnit.cpp1675 const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0]; in getMainFileName()
H A DCompilerInvocation.cpp1002 Opts.Inputs.push_back(FrontendInputFile(Inputs[i], IK)); in ParseFrontendArgs()
/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp72 FrontendOpts.Inputs.push_back(FrontendInputFile(fileName, IK)); in onBodySynthesis()
/minix3/external/bsd/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp234 const FrontendInputFile &Input, in checkForManualIssues()
334 const FrontendInputFile &Input, in applyTransforms()
380 const FrontendInputFile &Input, in applyTransformations()
387 const FrontendInputFile &Input, in migrateWithTemporaryFiles()