Home
last modified time | relevance | path

Searched full:roles (Results 1 – 25 of 89) sorted by relevance

1234

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp63 SymbolRoleSet Roles{}; in getRolesForRef() local
66 return Roles; in getRolesForRef()
71 Roles |= (unsigned)(unsigned)SymbolRole::Read; in getRolesForRef()
82 Roles |= (unsigned)SymbolRole::Write; in getRolesForRef()
85 Roles |= (unsigned)SymbolRole::Read; in getRolesForRef()
86 Roles |= (unsigned)SymbolRole::Write; in getRolesForRef()
91 Roles |= (unsigned)SymbolRole::Read; in getRolesForRef()
92 Roles |= (unsigned)SymbolRole::Write; in getRolesForRef()
94 Roles |= (unsigned)SymbolRole::AddressOf; in getRolesForRef()
99 addCallRole(Roles, Relations); in getRolesForRef()
[all …]
H A DFileIndexRecord.h44 /// \param Roles the roles the occurrence fulfills in this position.
48 void addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, const Decl *D,
53 /// \param Roles the roles the occurrence fulfills in this position.
57 void addMacroOccurence(SymbolRoleSet Roles, unsigned Offset,
H A DFileIndexRecord.cpp31 void FileIndexRecord::addDeclOccurence(SymbolRoleSet Roles, unsigned Offset, in addDeclOccurence() argument
37 Decls.emplace_back(Roles, Offset, D, Relations); in addDeclOccurence()
40 void FileIndexRecord::addMacroOccurence(SymbolRoleSet Roles, unsigned Offset, in addMacroOccurence() argument
44 Decls.emplace_back(Roles, Offset, Name, MI); in addMacroOccurence()
H A DIndexDecl.cpp169 SymbolRoleSet Roles = (SymbolRoleSet)SymbolRole::Dynamic; in handleObjCMethod() local
174 Roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleObjCMethod()
181 TRY_DECL(D, IndexCtx.handleDecl(D, MethodLoc, Roles, Relations)); in handleObjCMethod()
244 SymbolRoleSet Roles{}; in VisitFunctionDecl() local
248 Roles |= (unsigned)SymbolRole::Dynamic; in VisitFunctionDecl()
259 TRY_DECL(D, IndexCtx.handleDecl(D, Roles, Relations)); in VisitFunctionDecl()
398 SymbolRoleSet roles{}; in handleReferencedProtocols() local
400 roles |= (SymbolRoleSet)SymbolRole::Implicit; in handleReferencedProtocols()
401 TRY_TO(IndexCtx.handleReference(PD, Loc, ContD, ContD, roles, in handleReferencedProtocols()
542 SymbolRoleSet Roles = 0; in VisitObjCPropertyImplDecl() local
[all …]
H A DIndexSymbol.cpp415 bool index::applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles, in applyForEachSymbolRoleInterruptible() argument
418 if (Roles & (unsigned)SymbolRole::Role) \ in applyForEachSymbolRoleInterruptible()
449 void index::applyForEachSymbolRole(SymbolRoleSet Roles, in applyForEachSymbolRole() argument
451 applyForEachSymbolRoleInterruptible(Roles, [&](SymbolRole r) -> bool { in applyForEachSymbolRole()
457 void index::printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS) { in printSymbolRoles() argument
459 applyForEachSymbolRole(Roles, [&](SymbolRole Role) { in printSymbolRoles()
/freebsd/contrib/llvm-project/clang/include/clang/Index/
H A DIndexSymbol.h99 /// Set of roles that are attributed to symbol occurrences.
116 // Relation roles.
137 SymbolRoleSet Roles; member
140 SymbolRelation(SymbolRoleSet Roles, const Decl *Sym) in SymbolRelation()
141 : Roles(Roles), RelatedSymbol(Sym) {} in SymbolRelation()
157 void applyForEachSymbolRole(SymbolRoleSet Roles,
159 bool applyForEachSymbolRoleInterruptible(SymbolRoleSet Roles,
161 void printSymbolRoles(SymbolRoleSet Roles, raw_ostream &OS);
H A DDeclOccurrence.h24 SymbolRoleSet Roles; member
32 : Roles(R), Offset(Offset), DeclOrMacro(D), in DeclOccurrence()
36 : Roles(R), Offset(Offset), DeclOrMacro(MI), MacroName(Name) {} in DeclOccurrence()
H A DIndexDataConsumer.h42 virtual bool handleDeclOccurrence(const Decl *D, SymbolRoleSet Roles, in handleDeclOccurrence() argument
50 const MacroInfo *MI, SymbolRoleSet Roles, in handleMacroOccurrence() argument
61 const Module *Mod, SymbolRoleSet Roles, in handleModuleOccurrence() argument
/freebsd/contrib/libxo/doc/
H A Dfield-roles.rst2 .. index:: Field Roles
3 .. _field-roles:
5 Field Roles
8 Field roles are optional, and indicate the role and formatting of the
9 content. The roles are listed below; only one role is permitted:
37 Roles and modifiers can also use more verbose names, when preceded by
45 .. index:: Field Roles; Color
125 .. index:: Field Roles; Decoration
138 .. index:: Field Roles; Gettext
173 .. index:: Field Roles; Label
[all …]
H A Dxolint-errors.rst110 'An encoding format cannot be given (roles: DNLT)'
113 The message "An encoding format cannot be given (roles: DNLT)" can be caused by code like:
119 Fields with the C, D, N, L, and T roles are not emitted in
124 'Format cannot be given when content is present (roles: CDLN)'
127 The message "Format cannot be given when content is present (roles: CDLN)" can be caused by code li…
133 Fields with the C, D, L, or N roles can't have both
358 This is minor, but fields should use proper roles. Decoration
H A Dhowto.rst141 format. Both are "value" roles, which is the default role.
143 Since text outside of output fields is passed verbatim, other roles
145 useful. The "note" and "label" roles allow HTML output to recognize
149 "warning" and "error" roles allows use of color and font to draw
162 The "*color*" roles controls foreground and background colors, as well
168 Finally, the start- and stop-anchor roles allow justification and
H A Dfield-modifiers.rst32 Roles and modifiers can also use more verbose names, when preceded by
63 snprintf. For many field roles, the argument modifier is not needed,
64 since those roles have specific mechanisms for arguments, such as
H A Dfaq.rst105 The roles and modifiers describe these details.
114 roles, modifiers, names, and formats. They are dense and a bit
H A Dindex.rst37 field-roles
/freebsd/sys/dev/isci/scil/
H A Dscif_sas_design.h149 for the roles and responsibilities defined in the Storage Controller
164 for the roles and responsibilities defined in the Storage Controller
181 for the roles and responsibilities defined in the Storage Controller
199 for the roles and responsibilities defined in the Storage Controller
272 for the roles and responsibilities defined in the Storage Controller
294 for the roles and responsibilities defined in the Storage Controller
/freebsd/contrib/libxo/libxo/
H A Dxo_format.584 While roles and modifiers typically use single character for brevity,
92 .Ss "Field Roles"
93 Field roles are optional, and indicate the role and formatting of the
95 The roles are listed below; only one role is permitted:
119 Roles and modifiers can also use more verbose names, when preceded by
324 .Ss "The Anchor Roles ({[:} and {]:})"
325 The anchor roles allow a set of strings by be padded as a group,
390 Roles and modifiers can also use more verbose names, when preceded by
416 For many field roles, the argument modifier is not needed,
417 since those roles have specific mechanisms for arguments,
/freebsd/contrib/libxo/xolint/
H A Dxolint.pl316 # Roles
406 my(@roles) = ($field[0] !~ /([DELNPTUVW\[\]]).*([DELNPTUVW\[\]])/);
407 error("only one field role can be used (" . join(", ", @roles) . ")")
408 if $#roles > 0;
422 #@ An encoding format cannot be given (roles: DNLT)
424 #@ Fields with the C, D, N, L, and T roles are not emitted in
433 #@ Format cannot be given when content is present (roles: CDLN)
435 #@ Fields with the C, D, L, or N roles can't have both
587 #@ This is minor, but fields should use proper roles. Decoration
/freebsd/sys/contrib/device-tree/Bindings/phy/
H A Dnvidia,tegra194-xusb-padctl.yaml249 supports switching between USB host and peripheral roles.
287 supports switching between USB host and peripheral roles.
325 supports switching between USB host and peripheral roles.
363 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra210-xusb-padctl.yaml377 supports switching between USB host and peripheral roles.
415 supports switching between USB host and peripheral roles.
453 supports switching between USB host and peripheral roles.
491 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra186-xusb-padctl.yaml258 supports switching between USB host and peripheral roles.
296 supports switching between USB host and peripheral roles.
334 supports switching between USB host and peripheral roles.
H A Dnvidia,tegra124-xusb-padctl.yaml355 supports switching between USB host and peripheral roles.
390 supports switching between USB host and peripheral roles.
425 supports switching between USB host and peripheral roles.
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h44 /// Some roles describe parent/child relations that occur multiple times in
52 /// grammar rules with the same requirement. Names of such reusable roles end
55 // Roles common to multiple node kinds.
76 /// List API roles.
80 // Roles specific to particular node kinds.
/freebsd/sys/dev/sound/fdt/
H A Daudio_soc.c75 * The format is from the CPU node, for CODEC node clock roles
105 * Invert master/slave roles for CODEC side of the node
387 /* Reverse clock roles for CODEC */ in audio_soc_init()
/freebsd/contrib/sendmail/src/
H A Daliases13 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES
/freebsd/etc/mail/
H A Daliases9 # See also RFC 2142, `MAILBOX NAMES FOR COMMON SERVICES, ROLES

1234