Home | History | Annotate | Download | only in Sema

Lines Matching refs:Specifier

1342 static bool LookupAnyMember(const CXXBaseSpecifier *Specifier,
1345 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl();
1433 // nested-name-specifier unqualified-id
1435 // designated by the nested-name-specifier.
1590 /// source code, and may contain a C++ scope specifier.
1593 /// contexts that receive a name and an optional C++ scope specifier
1601 /// @param SS An optional C++ scope-specifier, e.g., "::N::M".
1604 /// context of the scope-specifier SS (if present).
1610 // When the scope specifier is invalid, don't even look for
1617 // We have resolved the scope specifier to a particular declaration
1651 /// example, this range might highlight a nested-name-specifier that
3438 // Add an explicit leading '::' specifier if needed.
3540 // Add type-specifier keywords to the set of results.
3678 /// \param SS the nested-name-specifier that precedes the name we're
3689 /// the nested-name-specifier SS.
3720 // If the scope specifier itself was invalid, don't try to correct