Home
last modified time | relevance | path

Searched defs:Invocation (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp175 CompilerInvocation *Invocation = new CompilerInvocation; in newInvocation() local
221 ToolInvocation Invocation( in runToolOnCodeWithArgs() local
399 std::unique_ptr<CompilerInvocation> Invocation( in run() local
423 std::unique_ptr<CompilerInvocation> Invocation( in run() local
431 runInvocation(const char * BinaryName,driver::Compilation * Compilation,std::shared_ptr<CompilerInvocation> Invocation,std::shared_ptr<PCHContainerOperations> PCHContainerOps) runInvocation() argument
445 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
619 ToolInvocation Invocation(std::move(CommandLine), Action, Files.get(), run() local
649 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * Files,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
703 ToolInvocation Invocation( buildASTFromCodeWithArgs() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A Dllvm-cov.cpp79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DModelInjector.cpp66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
/freebsd-src/sys/contrib/dev/acpica/include/
H A Dacdebug.h175 char *Invocation; /* Command Invocation */ member
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp148 runInvocation(std::shared_ptr<CompilerInvocation> Invocation,FileManager * FileMgr,std::shared_ptr<PCHContainerOperations> PCHContainerOps,DiagnosticConsumer * DiagConsumer) runInvocation() argument
411 ToolInvocation Invocation(std::move(CommandLine), &Action, &FM, createAndRunToolInvocation() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp413 Build(const CompilerInvocation & Invocation,const llvm::MemoryBuffer * MainFileBuffer,PreambleBounds Bounds,DiagnosticsEngine & Diagnostics,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,std::shared_ptr<PCHContainerOperations> PCHContainerOps,bool StoreInMemory,StringRef StoragePath,PreambleCallbacks & Callbacks) Build() argument
601 CanReuse(const CompilerInvocation & Invocation,const llvm::MemoryBufferRef & MainFileBuffer,PreambleBounds Bounds,llvm::vfs::FileSystem & VFS) const CanReuse() argument
H A DCompilerInvocation.cpp558 FixupInvocation(CompilerInvocation & Invocation,DiagnosticsEngine & Diags,const ArgList & Args,InputKind IK) FixupInvocation() argument
900 __anon657c79d00a02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) checkCC1RoundTrip() argument
901 __anon657c79d00b02(CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, StringAllocator SA) checkCC1RoundTrip() argument
4686 CreateFromArgs(CompilerInvocation & Invocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0) CreateFromArgs() argument
4697 __anon657c79d01b02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) CreateFromArgs() argument
4698 __anon657c79d01c02(CompilerInvocation &Invocation, SmallVectorImpl<const char *> &Args, StringAllocator SA) CreateFromArgs() argument
[all...]
H A DCompilerInstance.cpp1171 auto Invocation = global() local
[all...]
H A DASTUnit.cpp157 getBufferForFileHandlingRemapping(const CompilerInvocation & Invocation,llvm::vfs::FileSystem * VFS,StringRef FilePath,bool isVolatile) getBufferForFileHandlingRemapping() argument
[all...]
/freebsd-src/sys/contrib/dev/acpica/components/debugger/
H A Ddbinput.c491 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h81 std::shared_ptr<CompilerInvocation> Invocation; variable
[all...]
H A DASTUnit.h141 std::shared_ptr<CompilerInvocation> Invocation; variable
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local