Home
last modified time | relevance | path

Searched refs:role (Results 1 – 25 of 56) sorted by relevance

123

/llvm-project-15.0.7/libcxx/docs/Helpers/
H A DStyles.rst26 .. 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 DDiagnosticDocs.inc55 .. 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 DDiagnosticDocs.td62 .. 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 DSyntax.td15 // 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 Dast-no-range.test29 # CHECK-NEXT: "role": "type"
44 # CHECK-NEXT: "role": "declaration"
48 # CHECK-NEXT: "role": "declaration"
H A Dast.test29 # CHECK-NEXT: "role": "type"
44 # CHECK-NEXT: "role": "declaration"
/llvm-project-15.0.7/clang/unittests/Tooling/Syntax/
H A DTreeTest.cpp142 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 DTreeTestBase.h61 MATCHER_P(role, R, "") {
/llvm-project-15.0.7/lld/docs/
H A Dwindows_support.rst9 .. role:: none
10 .. role:: partial
11 .. role:: good
/llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.friend/
H A Dp1.cpp289 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 DMSVCCompatibility.rst9 .. role:: none
10 .. role:: partial
11 .. role:: good
H A DOpenMPSupport.rst9 .. role:: none
10 .. role:: part
11 .. role:: good
H A DOpenCLSupport.rst9 .. role:: none
10 .. role:: part
11 .. role:: good
H A DBlockLanguageSpec.rst2 .. role:: block-term
/llvm-project-15.0.7/clang-tools-extra/clangd/
H A DDumpAST.cpp61 assert(Root.role.empty()); in traverseNodePre()
68 N.role = Role.str(); in traverseNodePre()
H A DProtocol.cpp1480 {"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 Dindex-subscripting-literals.m45 …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 Dmethod-arg-decay.m30 @end extern NSString *NSAccessibilityRoleDescription(NSString *role, NSString *subrole) ;
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3592 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 Dinstancetype.mm222 + (NSString*)nativeRoleFromAXRole:(pr27822::UndeclaredIdentifier)role; // expected-error {{expected…
/llvm-project-15.0.7/libc/docs/
H A Dmath.rst5 .. role:: raw-html(raw)
/llvm-project-15.0.7/llvm/docs/
H A DReleaseProcess.rst20 and it'll be the role of each volunteer to:
/llvm-project-15.0.7/mlir/docs/Tutorials/
H A DUnderstandingTheIRStructure.md80 // A block main role is to hold a list of Operations: let's recurse into
/llvm-project-15.0.7/libc/benchmarks/
H A DRATIONALE.md204 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 Dllvm-pdbutil.rst258 used for PDB forensics. It serves a role similar to that of Microsoft's

123