Home
last modified time | relevance | path

Searched refs:hasCustomAttribute (Results 1 – 25 of 45) sorted by relevance

12

/dports/www/firefox/firefox-99.0/build/clang-plugin/
H A DCustomMatchers.h22 return hasCustomAttribute<moz_heap_allocator>(&Node); in AST_MATCHER()
28 return hasCustomAttribute<moz_no_arith_expr_in_arg>(&Node); in AST_MATCHER()
34 return hasCustomAttribute<moz_trivial_ctor_dtor>(&Node); in AST_MATCHER()
40 return hasCustomAttribute<moz_trivial_dtor>(&Node); in AST_MATCHER()
86 return hasCustomAttribute<moz_can_run_script>(&Node); in AST_MATCHER()
234 return hasCustomAttribute<moz_needs_no_vtable_type>(&Node); in AST_MATCHER()
244 return hasCustomAttribute<moz_needs_memmovable_type>(&Node); in AST_MATCHER()
303 return hasCustomAttribute<moz_implicit>(&Node); in AST_MATCHER()
311 return hasCustomAttribute<moz_non_autoable>(Rec); in AST_MATCHER()
405 return Decl && hasCustomAttribute<moz_lifetime_bound>(Decl); in AST_MATCHER()
[all …]
H A DCustomAttributes.h25 template <CustomAttributes A> bool hasCustomAttribute(const clang::Decl *D) { in hasCustomAttribute() function
32 template <> inline bool hasCustomAttribute<name>(const clang::Decl *D) { \
39 extern bool hasCustomAttribute(const clang::Decl *D, CustomAttributes A);
H A DCanRunScriptChecker.cpp251 if (!Func || !hasCustomAttribute<moz_can_run_script>(Func)) in run()
261 !hasCustomAttribute<moz_can_run_script_for_definition>(Func)) { in run()
263 if (!hasCustomAttribute<moz_can_run_script>(FirstDecl)) { in run()
282 if (!hasCustomAttribute<moz_can_run_script>(OverriddenMethod)) { in checkOverriddenMethods()
371 hasCustomAttribute<moz_can_run_script_boundary>(ParentFunction))) { in check()
399 assert(!hasCustomAttribute<moz_can_run_script>(ParentFunction) && in check()
H A DCustomTypeAnnotation.cpp83 if (hasCustomAttribute<moz_inherit_type_annotations_from_template_args>( in directAnnotationReason()
88 if (hasCustomAttribute(D, Attribute)) { in directAnnotationReason()
H A DNoAddRefReleaseOnReturnChecker.cpp24 if (hasCustomAttribute<moz_no_addref_release_on_return>(Callee)) { in check()
H A DExplicitOperatorBoolChecker.cpp21 if (!Method->isExplicit() && !hasCustomAttribute<moz_implicit>(Method) && in check()
/dports/www/firefox-esr/firefox-91.8.0/build/clang-plugin/
H A DCustomMatchers.h17 return hasCustomAttribute<moz_heap_allocator>(&Node); in AST_MATCHER()
23 return hasCustomAttribute<moz_no_arith_expr_in_arg>(&Node); in AST_MATCHER()
29 return hasCustomAttribute<moz_trivial_ctor_dtor>(&Node); in AST_MATCHER()
35 return hasCustomAttribute<moz_trivial_dtor>(&Node); in AST_MATCHER()
81 return hasCustomAttribute<moz_can_run_script>(&Node); in AST_MATCHER()
229 return hasCustomAttribute<moz_needs_no_vtable_type>(&Node); in AST_MATCHER()
239 return hasCustomAttribute<moz_needs_memmovable_type>(&Node); in AST_MATCHER()
298 return hasCustomAttribute<moz_implicit>(&Node); in AST_MATCHER()
306 return hasCustomAttribute<moz_non_autoable>(Rec); in AST_MATCHER()
400 return Decl && hasCustomAttribute<moz_lifetime_bound>(Decl); in AST_MATCHER()
[all …]
H A DCustomAttributes.h25 template <CustomAttributes A> bool hasCustomAttribute(const clang::Decl *D) { in hasCustomAttribute() function
32 template <> inline bool hasCustomAttribute<name>(const clang::Decl *D) { \
39 extern bool hasCustomAttribute(const clang::Decl *D, CustomAttributes A);
H A DCanRunScriptChecker.cpp243 if (!Func || !hasCustomAttribute<moz_can_run_script>(Func)) in run()
259 if (!hasCustomAttribute<moz_can_run_script>(OverriddenMethod)) { in checkOverriddenMethods()
348 hasCustomAttribute<moz_can_run_script_boundary>(ParentFunction))) { in check()
376 assert(!hasCustomAttribute<moz_can_run_script>(ParentFunction) && in check()
H A DCustomTypeAnnotation.cpp79 if (hasCustomAttribute(D, Attribute)) { in directAnnotationReason()
132 if (hasCustomAttribute<moz_inherit_type_annotations_from_template_args>( in directAnnotationReason()
H A DExplicitOperatorBoolChecker.cpp21 if (!Method->isExplicit() && !hasCustomAttribute<moz_implicit>(Method) && in check()
H A DNoAddRefReleaseOnReturnChecker.cpp24 if (hasCustomAttribute<moz_no_addref_release_on_return>(Callee)) { in check()
/dports/mail/thunderbird/thunderbird-91.8.0/build/clang-plugin/
H A DCustomMatchers.h17 return hasCustomAttribute<moz_heap_allocator>(&Node); in AST_MATCHER()
23 return hasCustomAttribute<moz_no_arith_expr_in_arg>(&Node); in AST_MATCHER()
29 return hasCustomAttribute<moz_trivial_ctor_dtor>(&Node); in AST_MATCHER()
35 return hasCustomAttribute<moz_trivial_dtor>(&Node); in AST_MATCHER()
81 return hasCustomAttribute<moz_can_run_script>(&Node); in AST_MATCHER()
229 return hasCustomAttribute<moz_needs_no_vtable_type>(&Node); in AST_MATCHER()
239 return hasCustomAttribute<moz_needs_memmovable_type>(&Node); in AST_MATCHER()
298 return hasCustomAttribute<moz_implicit>(&Node); in AST_MATCHER()
306 return hasCustomAttribute<moz_non_autoable>(Rec); in AST_MATCHER()
400 return Decl && hasCustomAttribute<moz_lifetime_bound>(Decl); in AST_MATCHER()
[all …]
H A DCustomAttributes.h25 template <CustomAttributes A> bool hasCustomAttribute(const clang::Decl *D) { in hasCustomAttribute() function
32 template <> inline bool hasCustomAttribute<name>(const clang::Decl *D) { \
39 extern bool hasCustomAttribute(const clang::Decl *D, CustomAttributes A);
H A DCanRunScriptChecker.cpp243 if (!Func || !hasCustomAttribute<moz_can_run_script>(Func)) in run()
259 if (!hasCustomAttribute<moz_can_run_script>(OverriddenMethod)) { in checkOverriddenMethods()
348 hasCustomAttribute<moz_can_run_script_boundary>(ParentFunction))) { in check()
376 assert(!hasCustomAttribute<moz_can_run_script>(ParentFunction) && in check()
H A DCustomTypeAnnotation.cpp79 if (hasCustomAttribute(D, Attribute)) { in directAnnotationReason()
132 if (hasCustomAttribute<moz_inherit_type_annotations_from_template_args>( in directAnnotationReason()
H A DExplicitOperatorBoolChecker.cpp21 if (!Method->isExplicit() && !hasCustomAttribute<moz_implicit>(Method) && in check()
H A DNoAddRefReleaseOnReturnChecker.cpp24 if (hasCustomAttribute<moz_no_addref_release_on_return>(Callee)) { in check()
/dports/lang/spidermonkey78/firefox-78.9.0/build/clang-plugin/
H A DCustomMatchers.h17 return hasCustomAttribute<moz_heap_allocator>(&Node); in AST_MATCHER()
23 return hasCustomAttribute<moz_no_arith_expr_in_arg>(&Node); in AST_MATCHER()
29 return hasCustomAttribute<moz_trivial_ctor_dtor>(&Node); in AST_MATCHER()
35 return hasCustomAttribute<moz_trivial_dtor>(&Node); in AST_MATCHER()
69 return hasCustomAttribute<moz_no_dangling_on_temporaries>(&Node); in AST_MATCHER()
81 return hasCustomAttribute<moz_can_run_script>(&Node); in AST_MATCHER()
229 return hasCustomAttribute<moz_needs_no_vtable_type>(&Node); in AST_MATCHER()
239 return hasCustomAttribute<moz_needs_memmovable_type>(&Node); in AST_MATCHER()
244 return hasCustomAttribute<moz_needs_memmovable_members>(&Node); in AST_MATCHER()
298 return hasCustomAttribute<moz_implicit>(&Node); in AST_MATCHER()
[all …]
H A DCustomAttributes.h23 template <CustomAttributes A> bool hasCustomAttribute(const clang::Decl *D) { in hasCustomAttribute() function
30 template <> inline bool hasCustomAttribute<name>(const clang::Decl *D) { \
36 extern bool hasCustomAttribute(const clang::Decl *D, CustomAttributes A);
H A DCanRunScriptChecker.cpp238 if (!Func || !hasCustomAttribute<moz_can_run_script>(Func)) in run()
254 if (!hasCustomAttribute<moz_can_run_script>(OverriddenMethod)) { in checkOverriddenMethods()
343 hasCustomAttribute<moz_can_run_script_boundary>(ParentFunction))) { in check()
371 assert(!hasCustomAttribute<moz_can_run_script>(ParentFunction) && in check()
H A DCustomTypeAnnotation.cpp79 if (hasCustomAttribute(D, Attribute)) { in directAnnotationReason()
132 if (hasCustomAttribute<moz_inherit_type_annotations_from_template_args>( in directAnnotationReason()
H A DNoAddRefReleaseOnReturnChecker.cpp24 if (hasCustomAttribute<moz_no_addref_release_on_return>(Callee)) { in check()
H A DExplicitOperatorBoolChecker.cpp24 if (!Method->isExplicit() && !hasCustomAttribute<moz_implicit>(Method) && in check()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Metadata/Internal/
H A DHasCustomAttributeTag.cs102 internal static EntityHandle ConvertToHandle(uint hasCustomAttribute) in ConvertToHandle() argument
104 uint tokenType = TagToTokenTypeArray[hasCustomAttribute & TagMask]; in ConvertToHandle()
105 uint rowId = (hasCustomAttribute >> NumberOfBits); in ConvertToHandle()

12