Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

584   // template has a constexpr specifier then all its declarations shall
585 // contain the constexpr specifier.
1259 /// \brief Check the validity of a C++ base class specifier.
1326 // The class-name in a base-specifier shall not be an incompletely
1343 // If a class is marked final and it appears as a base-type-specifier in
1356 // Create the base specifier.
1362 /// ActOnBaseSpecifier - Parsed a base specifier. A base specifier is
1363 /// one entry in the base class list of a class specifier, for
1446 // Delete the duplicate base class specifier; we're going to
1544 // FIXME: It would be better if CXXBasePath had the base specifier for
1691 /// ActOnAccessSpecifier - Parsed an access specifier followed by a colon.
1696 assert(Access != AS_none && "Invalid kind for syntactic access specifier!");
1737 // If a virtual function is marked with the virt-specifier override and
1779 /// declarator is parsed. 'AS' is the access specifier, 'BW' specifies the
1849 // duration (auto, register) or with the extern storage-class-specifier.
1850 // C++ 7.1.1p8: The mutable specifier can be applied only to names of class
1942 // The user provided a superfluous scope specifier inside a class
2396 // When the scope specifier can refer to a member of an unknown
3375 // FIXME: Provide a fixit to remove the base specifier. This requires
3376 // tracking the location of the associated comma for a base specifier.
4250 // C++11 [dcl.constexpr]p8: A constexpr specifier for a non-static member
5545 static bool FindHiddenVirtualMethod(const CXXBaseSpecifier *Specifier,
5548 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl();
7386 // nested-name-specifier does not refer to a base class, which is
7395 // Ideally this would point at the last name in the specifier,
7410 // nested-name-specifier shall name a base class of the class
8633 // Create the nested-name-specifier that will be used to qualify the
9001 // order of their declaration in the base-specifier-list, and then the
9462 // base-specifier-list, and then the immediate non-static data members of X
10954 // An elaborated-type-specifier shall be used in a friend declaration
10957 // * The class-key of the elaborated-type-specifier is required.
10999 // friend elaborated-type-specifier ;
11000 // friend simple-type-specifier ;
11001 // friend typename-specifier ;
11006 // If the type specifier in a friend declaration designates a (possibly
11012 /// Handle a friend tag declaration where the scope specifier was
11136 /// declaring a class. So, for example, the elaborated type specifier
11154 // Try to convert the decl specifier to a type. This works for
11280 // - There's no scope specifier, in which case we just go to the
11288 // elaborated-type-specifier, the lookup to determine whether
11348 // - There's a non-dependent scope specifier, in which case we
11400 // - There's a scope specifier that does not match any template
11403 // - There's a scope specifier that does match some template
11836 // The type-specifier-seq shall not contain typedef and shall not declare a