Searched defs:Invocation (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; local
/openbsd-current/gnu/llvm/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp67 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); local
/openbsd-current/gnu/llvm/clang/tools/diagtool/
H A DShowEnabledWarnings.cpp70 std::unique_ptr<CompilerInvocation> Invocation = local
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp134 auto Invocation = std::make_unique<CompilerInvocation>(); local
/openbsd-current/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp162 CompilerInvocation OriginalInvocation(*Invocation); variable
/openbsd-current/gnu/llvm/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp593 auto Invocation = InvocationList->find(SourceFilePath); local
/openbsd-current/gnu/llvm/clang/lib/Tooling/
H A DTooling.cpp167 CompilerInvocation *Invocation = new CompilerInvocation; local
398 runInvocation( const char *BinaryName, driver::Compilation *Compilation, std::shared_ptr<CompilerInvocation> Invocation, std::shared_ptr<PCHContainerOperations> PCHContainerOps) argument
413 runInvocation( std::shared_ptr<CompilerInvocation> Invocation, FileManager *Files, std::shared_ptr<PCHContainerOperations> PCHContainerOps, DiagnosticConsumer *DiagConsumer) argument
[all...]
/openbsd-current/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInstance.h75 std::shared_ptr<CompilerInvocation> Invocation; member in class:clang::CompilerInstance
[all...]
H A DASTUnit.h138 std::shared_ptr<CompilerInvocation> Invocation; member in class:clang::ASTUnit
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp588 bool PrecompiledPreamble::CanReuse(const CompilerInvocation &Invocation, argument
400 Build( const CompilerInvocation &Invocation, const llvm::MemoryBuffer *MainFileBuffer, PreambleBounds Bounds, DiagnosticsEngine &Diagnostics, IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS, std::shared_ptr<PCHContainerOperations> PCHContainerOps, bool StoreInMemory, PreambleCallbacks &Callbacks) argument
H A DCompilerInstance.cpp1157 auto Invocation = local
[all...]
H A DASTUnit.cpp159 getBufferForFileHandlingRemapping(const CompilerInvocation &Invocation, argument
[all...]

Completed in 128 milliseconds