Home | History | Annotate | Download | only in Sema

Lines Matching refs:Attribute

1190 /// attribute.
2052 /// attribute.
2081 /// special semantics of C11's _Alignas specifier and C++11's alignas attribute.
2085 // Look for alignas attributes on Old, and pick out whichever attribute
2171 // Ensure we have an attribute representing the strictest alignment.
2179 // Ensure we have an alignas attribute if the old declaration had one.
2280 for (const auto *Attribute : D->attrs())
2281 if (Attribute->getKind() == Kind)
2305 // If we're skipping this definition, drop the "alias" attribute.
2448 // carries_dependency attribute for its declarator-id if any declaration
2449 // of the function specifies the carries_dependency attribute.
2781 // Merge regparm attribute.
2796 // Merge ns_returns_retained attribute.
2974 // attribute if any declaration of that function specifies the noreturn
2975 // attribute.
2985 // carries_dependency attribute for its declarator-id if any declaration
2986 // of the function specifies the carries_dependency attribute.
3446 // Remove weak_import attribute on new declaration.
5478 // inherited attribute instances.
5482 // A redeclaration is not allowed to add a dllimport or dllexport attribute,
5519 // A redeclaration is not allowed to drop a dllimport attribute, the only
5545 // In MinGW, seeing a function declared inline drops the dllimport attribute.
5563 // This is only possible in C++ with the gnu_inline attribute.
5606 // In C++, the overloadable attribute negates the effects of extern "C".
6104 // Handle GNU asm-label extension (encoded as an attribute).
7789 // Handle GNU asm-label extension (encoded as an attribute).
10029 // Apply the init_seg attribute if this has an initializer. If the
10031 // attribute.
10165 // Grab the dllimport or dllexport attribute off of the VarDecl.
11304 /// When we finish delayed parsing of an attribute, we must attach it to the
11470 // Assign appropriate attribute depending on CUDA compilation
14392 // -fshort-enums is the equivalent to specifying the packed attribute on all
14723 // already exists, add a label attribute to it.