Lines Matching defs:CCLoc
279 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc,
281 SS.MakeGlobal(Context, CCLoc);
503 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc);
522 Diag(IdInfo.CCLoc, diag::err_nested_name_spec_is_not_class)
524 << FixItHint::CreateReplacement(IdInfo.CCLoc, ":");
635 DiagnoseUseOfDecl(SD, IdInfo.CCLoc);
638 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc);
643 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc);
691 IdInfo.CCLoc);
742 IdInfo.CCLoc);
853 SourceLocation CCLoc,
887 CCLoc);
904 Diag(CCLoc, diag::err_non_type_template_in_nested_name_specifier)
937 CCLoc);