Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

553   // template has a constexpr specifier then all its declarations shall
554 // contain the constexpr specifier.
1076 /// \brief Check the validity of a C++ base class specifier.
1143 // The class-name in a base-specifier shall not be an incompletely
1160 // If a class is marked final and it appears as a base-type-specifier in
1173 // Create the base specifier.
1179 /// ActOnBaseSpecifier - Parsed a base specifier. A base specifier is
1180 /// one entry in the base class list of a class specifier, for
1263 // Delete the duplicate base class specifier; we're going to
1366 // FIXME: It would be better if CXXBasePath had the base specifier for
1511 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1516 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
1557 // If a virtual function is marked with the virt-specifier override and
1592 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1662 // duration (auto, register) or with the extern storage-class-specifier.
1663 // C++ 7.1.1p8: The mutable specifier can be applied only to names of class
1761 // The user provided a superfluous scope specifier inside a class
2212 // When the scope specifier can refer to a member of an unknown
4061 // C++11 [dcl.constexpr]p8: A constexpr specifier for a non-static member
5326 static bool FindHiddenVirtualMethod(const CXXBaseSpecifier *Specifier,
5329 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl();
7115 // nested-name-specifier does not refer to a base class, which is
7124 // Ideally this would point at the last name in the specifier,
7139 // nested-name-specifier shall name a base class of the class
8205 // Create the nested-name-specifier that will be used to qualify the
8512 // order of their declaration in the base-specifier-list, and then the
8968 // base-specifier-list, and then the immediate non-static data members of X
10448 // An elaborated-type-specifier shall be used in a friend declaration
10451 // * The class-key of the elaborated-type-specifier is required.
10493 // friend elaborated-type-specifier ;
10494 // friend simple-type-specifier ;
10495 // friend typename-specifier ;
10500 // If the type specifier in a friend declaration designates a (possibly
10506 /// Handle a friend tag declaration where the scope specifier was
10633 /// declaring a class. So, for example, the elaborated type specifier
10651 // Try to convert the decl specifier to a type. This works for
10777 // - There's no scope specifier, in which case we just go to the
10785 // elaborated-type-specifier, the lookup to determine whether
10846 // - There's a non-dependent scope specifier, in which case we
10898 // - There's a scope specifier that does not match any template
10901 // - There's a scope specifier that does match some template
11313 // The type-specifier-seq shall not contain typedef and shall not declare a