Searched refs:CCLoc (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCXXScopeSpec.cpp272 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, argument
274 SS.MakeGlobal(Context, CCLoc);
579 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc);
598 Diag(IdInfo.CCLoc, diag::err_nested_name_spec_is_not_class)
600 << FixItHint::CreateReplacement(IdInfo.CCLoc, ":");
711 DiagnoseUseOfDecl(SD, IdInfo.CCLoc);
714 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc);
719 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc);
763 IdInfo.CCLoc);
806 IdInfo.CCLoc);
888 ActOnCXXNestedNameSpecifier(Scope *S, CXXScopeSpec &SS, SourceLocation TemplateKWLoc, TemplateTy OpaqueTemplate, SourceLocation TemplateNameLoc, SourceLocation LAngleLoc, ASTTemplateArgsPtr TemplateArgsIn, SourceLocation RAngleLoc, SourceLocation CCLoc, bool EnteringContext) argument
[all...]
H A DSemaExprCXX.cpp7404 SourceLocation CCLoc,
7511 CCLoc,
7523 SourceLocation CCLoc,
7659 ScopeTypeInfo, CCLoc, TildeLoc,
H A DTreeTransform.h2455 SourceLocation CCLoc,
14611 SourceLocation CCLoc,
14623 CCLoc, TildeLoc, Destroyed);
14642 CCLoc);
14606 RebuildCXXPseudoDestructorExpr(Expr *Base, SourceLocation OperatorLoc, bool isArrow, CXXScopeSpec &SS, TypeSourceInfo *ScopeType, SourceLocation CCLoc, SourceLocation TildeLoc, PseudoDestructorTypeStorage Destroyed) argument
/netbsd-current/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExprCXX.cpp218 SourceLocation CCLoc; local
222 !TryConsumeToken(tok::coloncolon, CCLoc)) {
227 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
228 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
351 SourceLocation CCLoc = ConsumeToken(); local
367 CCLoc,
372 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
451 SourceLocation CCLoc = ConsumeToken(); local
467 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
1709 SourceLocation CCLoc;
[all...]
H A DParseExpr.cpp1632 SourceLocation CCLoc = ConsumeToken();
1636 Res = ParseCXXNewExpression(true, CCLoc);
1643 Res = ParseCXXDeleteExpression(true, CCLoc);
1649 Diag(CCLoc, diag::err_expected_expression);
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h6332 SourceLocation CCLoc,
6341 SourceLocation CCLoc,
6381 /// \param CCLoc The location of the '::'.
6387 bool ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc, CXXScopeSpec &SS);
6420 SourceLocation CCLoc; member in struct:clang::final::AlignPackInfo::CompleteTypeKind::NestedNameSpecInfo
6426 CCLoc(ColonColonLoc) {
6432 IdentifierLoc(IdLoc), CCLoc(ColonColonLoc) {
6507 /// \param CCLoc The location of the '::'.
6522 SourceLocation CCLoc,

Completed in 471 milliseconds