Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

534   // template has a constexpr specifier then all its declarations shall
535 // contain the constexpr specifier.
1007 /// \brief Check the validity of a C++ base class specifier.
1055 // The class-name in a base-specifier shall not be an incompletely
1073 // If a class is marked final and it appears as a base-type-specifier in
1086 // Create the base specifier.
1092 /// ActOnBaseSpecifier - Parsed a base specifier. A base specifier is
1093 /// one entry in the base class list of a class specifier, for
1157 // Delete the duplicate base class specifier; we're going to
1249 specifier for
1394 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1399 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
1416 // If a virtual function is marked with the virt-specifier override and does
1444 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1470 // duration (auto, register) or with the extern storage-class-specifier.
1471 // C++ 7.1.1p8: The mutable specifier can be applied only to names of class
1540 // The user provided a superfluous scope specifier inside a class
1876 // When the scope specifier can refer to a member of an unknown
3740 // C++0x [dcl.constexpr]p8: A constexpr specifier for a non-static member
4761 static bool FindHiddenVirtualMethod(const CXXBaseSpecifier *Specifier,
4764 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl();
6493 // nested-name-specifier does not refer to a base class, which is
6502 // Ideally this would point at the last name in the specifier,
6517 // nested-name-specifier shall name a base class of the class
7431 // Create the nested-name-specifier that will be used to qualify the
7754 // order of their declaration in the base-specifier-list, and then the
8291 // base-specifier-list, and then the immediate non-static data members of X
9892 // An elaborated-type-specifier shall be used in a friend declaration
9895 // * The class-key of the elaborated-type-specifier is required.
9934 // If the type specifier in a friend declaration designates a (possibly
9944 /// Handle a friend tag declaration where the scope specifier was
10069 /// declaring a class. So, for example, the elaborated type specifier
10087 // Try to convert the decl specifier to a type. This works for
10213 // - There's no scope specifier, in which case we just go to the
10221 // elaborated-type-specifier, the lookup to determine whether
10282 // - There's a non-dependent scope specifier, in which case we
10334 // - There's a scope specifier that does not match any template
10337 // - There's a scope specifier that does match some template
10736 // The type-specifier-seq shall not contain typedef and shall not declare a