/llvm-project/clang/unittests/Lex/ |
H A D | DependencyDirectivesScannerTest.cpp | 20 SmallVectorImpl<Directive> &Directives) { in minimizeSourceToDependencyDirectives() argument 40 SmallVector<Directive, 32> Directives; in minimizeSourceToDependencyDirectives() local 49 SmallVector<Directive, 4> Directives; in TEST() local 70 SmallVector<Directive, 4> Directives; TEST() local 147 SmallVector<Directive, 4> Directives; TEST() local 840 SmallVector<Directive, 4> Directives; TEST() local 928 SmallVector<Directive, 4> Directives; TEST() local [all...] |
H A D | PPDependencyDirectivesTest.cpp | 104 SmallVector<dependency_directives_scan::Directive> Directives; in TEST_F() member
|
/llvm-project/llvm/docs/ |
H A D | AMDGPUUsage.rst | 15358 .hsa_code_object_version major, minorCode Object V2 Directives global() argument 15364 .hsa_code_object_isa [major, minor, stepping, vendor, arch]Code Object V2 Directives global() argument 15379 .amdgpu_hsa_kernel (name)Code Object V2 Directives global() argument 15386 .amd_kernel_code_tCode Object V2 Directives global() argument 15539 amdgpu-assembler-directive-amdgcn-targetCode Object V3 and Above Directives global() argument 15541 .amdgcn_target <target-triple> "-" <target-id>Code Object V3 and Above Directives global() argument 15557 .amdhsa_code_object_version <version>Code Object V3 and Above Directives global() argument 15563 .amdhsa_kernel <name>Code Object V3 and Above Directives global() argument 15713 .amdgpu_metadataCode Object V3 and Above Directives global() argument [all...] |
H A D | LangRef.rst | 3757 source_filenameUse-list Order Directives global() argument [all...] |
/llvm-project/flang/include/flang/Lower/ |
H A D | PFTBuilder.h | 140 using Directives = variable
|
/llvm-project/libcxx/docs/ |
H A D | TestingLibcxx.rst | 399 libc++-specific Lit DirectivesCustom Directives global() argument
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCLinkerOptimizationHint.h | 141 SmallVector<MCLOHDirective, 32> Directives; variable
|
/llvm-project/clang/lib/Lex/ |
H A D | DependencyDirectivesScanner.cpp | 928 scan(SmallVectorImpl<Directive> & Directives) scan() argument 953 scanSourceForDependencyDirectives(StringRef Input,SmallVectorImpl<dependency_directives_scan::Token> & Tokens,SmallVectorImpl<Directive> & Directives,DiagnosticsEngine * Diags,SourceLocation InputSourceLoc) scanSourceForDependencyDirectives() argument 960 printDependencyDirectivesAsSource(StringRef Source,ArrayRef<dependency_directives_scan::Directive> Directives,llvm::raw_ostream & OS) printDependencyDirectivesAsSource() argument
|
/llvm-project/clang/unittests/Format/ |
H A D | FormatTestVerilog.cpp | 1115 std::string Directives[] = { TEST_F() local
|
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 97 if (auto *Directives = Contents->DepDirectives.load()) { in getDirectiveTokens() local
|
/llvm-project/mlir/docs/DefiningDialects/ |
H A D | Operations.md | 682 #### Directives global() subsubsection
|
/llvm-project/clang-tools-extra/pseudo/lib/ |
H A D | DirectiveTree.cpp |
|
/llvm-project/clang-tools-extra/clangd/index/remote/marshalling/ |
H A D | Marshalling.cpp | 431 auto Directives = clangd::Symbol::IncludeDirective::Include; fromProtobuf() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DirectiveEmitter.cpp |
|
/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.cpp | 64 SmallVector<dependency_directives_scan::Directive, 64> Directives; in ensureDirectiveTokensArePopulated() local
|
/llvm-project/clang-tools-extra/clangd/index/ |
H A D | SymbolCollector.cpp | 891 Symbol::IncludeDirective Directives = Symbol::Invalid; finish() local
|
/llvm-project/lld/COFF/ |
H A D | Config.h | 46 Directives, global() enumerator
|
/llvm-project/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 1170 llvm::SmallVector<dependency_directives_scan::Directive, 32> Directives; ExecuteAction() local
|