| /llvm-project-15.0.7/libcxx/docs/Helpers/ |
| H A D | Styles.rst | 26 .. role:: notstarted 27 .. role:: nothingtodo 28 .. role:: inprogress 29 .. role:: inreview 30 .. role:: partial 31 .. role:: complete 40 .. role:: chrono 41 .. role:: format 42 .. role:: ranges 43 .. role:: spaceship
|
| /llvm-project-15.0.7/clang/test/TableGen/ |
| H A D | DiagnosticDocs.inc | 55 .. role:: error 56 .. role:: warning 57 .. role:: remark 58 .. role:: diagtext 59 .. role:: placeholder(emphasis)
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DiagnosticDocs.td | 62 .. role:: error 63 .. role:: warning 64 .. role:: remark 65 .. role:: diagtext 66 .. role:: placeholder(emphasis)
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Syntax/ |
| H A D | Syntax.td | 15 // The type of child in each role is also constrained. 67 string role = role_; 73 // Each child is characterized by a role (unique within the sequence), and 75 // The role sequence and role/type match are enforced invariants of the class. 81 // Children must be Role or have a default role derived from the NodeType.
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/test/ |
| H A D | ast-no-range.test | 29 # CHECK-NEXT: "role": "type" 44 # CHECK-NEXT: "role": "declaration" 48 # CHECK-NEXT: "role": "declaration"
|
| H A D | ast.test | 29 # CHECK-NEXT: "role": "type" 44 # CHECK-NEXT: "role": "declaration"
|
| /llvm-project-15.0.7/clang/unittests/Tooling/Syntax/ |
| H A D | TreeTest.cpp | 142 EXPECT_THAT(Range, ElementsAre(role(NodeRole::LeftHandSide), in TEST_F() 143 role(NodeRole::OperatorToken), in TEST_F() 144 role(NodeRole::RightHandSide))); in TEST_F() 147 EXPECT_THAT(ConstRange, ElementsAre(role(NodeRole::LeftHandSide), in TEST_F() 148 role(NodeRole::OperatorToken), in TEST_F() 149 role(NodeRole::RightHandSide))); in TEST_F()
|
| H A D | TreeTestBase.h | 61 MATCHER_P(role, R, "") {
|
| /llvm-project-15.0.7/lld/docs/ |
| H A D | windows_support.rst | 9 .. role:: none 10 .. role:: partial 11 .. role:: good
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/ |
| H A D | p1.cpp | 289 void foo(Role<N, test13::Foo> &role) { in foo() argument 290 (void) role.x; in foo()
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | MSVCCompatibility.rst | 9 .. role:: none 10 .. role:: partial 11 .. role:: good
|
| H A D | OpenMPSupport.rst | 9 .. role:: none 10 .. role:: part 11 .. role:: good
|
| H A D | OpenCLSupport.rst | 9 .. role:: none 10 .. role:: part 11 .. role:: good
|
| H A D | BlockLanguageSpec.rst | 2 .. role:: block-term
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/ |
| H A D | DumpAST.cpp | 61 assert(Root.role.empty()); in traverseNodePre() 68 N.role = Role.str(); in traverseNodePre()
|
| H A D | Protocol.cpp | 1480 {"role", N.role}, in toJSON() 1497 OS.indent(2 * Level) << N.role << ": " << N.kind; in operator <<()
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | index-subscripting-literals.m | 45 …stArray | USR: c:@F@testArray | lang: C | container: [testArray:25:4] | refkind: direct | role: ref
|
| /llvm-project-15.0.7/clang/test/Analysis/ |
| H A D | method-arg-decay.m | 30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;
|
| /llvm-project-15.0.7/clang/tools/c-index-test/ |
| H A D | c-index-test.c | 3592 static void printSymbolRole(CXSymbolRole role) { in printSymbolRole() argument 3593 if (role & CXSymbolRole_Declaration) in printSymbolRole() 3595 if (role & CXSymbolRole_Definition) in printSymbolRole() 3597 if (role & CXSymbolRole_Reference) in printSymbolRole() 3599 if (role & CXSymbolRole_Read) in printSymbolRole() 3601 if (role & CXSymbolRole_Write) in printSymbolRole() 3603 if (role & CXSymbolRole_Call) in printSymbolRole() 3605 if (role & CXSymbolRole_Dynamic) in printSymbolRole() 3607 if (role & CXSymbolRole_AddressOf) in printSymbolRole() 3609 if (role & CXSymbolRole_Implicit) in printSymbolRole() [all …]
|
| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | instancetype.mm | 222 + (NSString*)nativeRoleFromAXRole:(pr27822::UndeclaredIdentifier)role; // expected-error {{expected…
|
| /llvm-project-15.0.7/libc/docs/ |
| H A D | math.rst | 5 .. role:: raw-html(raw)
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | ReleaseProcess.rst | 20 and it'll be the role of each volunteer to:
|
| /llvm-project-15.0.7/mlir/docs/Tutorials/ |
| H A D | UnderstandingTheIRStructure.md | 80 // A block main role is to hold a list of Operations: let's recurse into
|
| /llvm-project-15.0.7/libc/benchmarks/ |
| H A D | RATIONALE.md | 204 As stated in the Foreword section a number of effects do play a role in
|
| /llvm-project-15.0.7/llvm/docs/CommandGuide/ |
| H A D | llvm-pdbutil.rst | 258 used for PDB forensics. It serves a role similar to that of Microsoft's
|