/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 175 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 D | llvm-cov.cpp | 79 std::string Invocation = std::string(argv[0]) + " " + argv[1]; in main() local
|
/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/ |
H A D | ModelInjector.cpp | 66 auto Invocation = std::make_shared<CompilerInvocation>(CI.getInvocation()); in onBodySynthesis() local
|
/freebsd-src/sys/contrib/dev/acpica/include/ |
H A D | acdebug.h | 175 char *Invocation; /* Command Invocation */ member
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
H A D | ClangSrcLocDump.cpp |
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 148 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 D | PrecompiledPreamble.cpp | 413 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 D | CompilerInvocation.cpp | 558 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 D | CompilerInstance.cpp | 1171 auto Invocation = global() local [all...] |
H A D | ASTUnit.cpp | 157 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 D | dbinput.c | 491 char *Invocation = Help->Invocation; in AcpiDbMatchCommandHelp() local [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 81 std::shared_ptr<CompilerInvocation> Invocation; variable [all...] |
H A D | ASTUnit.h | 141 std::shared_ptr<CompilerInvocation> Invocation; variable
|
/freebsd-src/contrib/llvm-project/clang/lib/CrossTU/ |
H A D | CrossTranslationUnit.cpp | 593 auto Invocation = InvocationList->find(SourceFilePath); in loadFromSource() local
|