Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp69 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in onBodySynthesis() local
71 FrontendOpts.Inputs.clear(); in onBodySynthesis()
72 FrontendOpts.Inputs.push_back(FrontendInputFile(fileName, IK)); in onBodySynthesis()
73 FrontendOpts.DisableFree = true; in onBodySynthesis()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h118 FrontendOptions FrontendOpts; variable
194 FrontendOptions &getFrontendOpts() { return FrontendOpts; } in getFrontendOpts()
196 return FrontendOpts; in getFrontendOpts()
/external/clang/lib/Frontend/
DASTUnit.cpp1174 FrontendOptions &FrontendOpts = Invocation.getFrontendOpts(); in ComputePreamble() local
1182 std::string MainFilePath(FrontendOpts.Inputs[0].getFile()); in ComputePreamble()
1216 BufferOwner = getBufferForFile(FrontendOpts.Inputs[0].getFile()); in ComputePreamble()
1331 FrontendOptions &FrontendOpts = PreambleInvocation->getFrontendOpts(); in getMainBufferWithPrecompiledPreamble() local
1426 NewPreamble.Buffer->getBuffer(), FrontendOpts.Inputs[0].getFile()); in getMainBufferWithPrecompiledPreamble()
1469 StringRef MainFilename = FrontendOpts.Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1479 StringRef MainFilePath = FrontendOpts.Inputs[0].getFile(); in getMainBufferWithPrecompiledPreamble()
1483 FrontendOpts.ProgramAction = frontend::GeneratePCH; in getMainBufferWithPrecompiledPreamble()
1485 FrontendOpts.OutputFile = PreamblePCHPath; in getMainBufferWithPrecompiledPreamble()
1506 llvm::sys::fs::remove(FrontendOpts.OutputFile); in getMainBufferWithPrecompiledPreamble()
[all …]
DCompilerInstance.cpp905 FrontendOptions &FrontendOpts = Invocation->getFrontendOpts(); in compileModuleImpl() local
906 FrontendOpts.OutputFile = ModuleFileName.str(); in compileModuleImpl()
907 FrontendOpts.DisableFree = false; in compileModuleImpl()
908 FrontendOpts.GenerateGlobalModuleIndex = false; in compileModuleImpl()
909 FrontendOpts.Inputs.clear(); in compileModuleImpl()
949 FrontendOpts.Inputs.push_back( in compileModuleImpl()
955 FrontendOpts.Inputs.push_back( in compileModuleImpl()