Lines Matching defs:CCLoc
280 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc,
282 SS.MakeGlobal(Context, CCLoc);
504 SS.Extend(Context, IdInfo.Identifier, IdInfo.IdentifierLoc, IdInfo.CCLoc);
523 Diag(IdInfo.CCLoc, diag::err_nested_name_spec_is_not_class)
525 << FixItHint::CreateReplacement(IdInfo.CCLoc, ":");
636 DiagnoseUseOfDecl(SD, IdInfo.CCLoc);
639 SS.Extend(Context, Namespace, IdInfo.IdentifierLoc, IdInfo.CCLoc);
644 SS.Extend(Context, Alias, IdInfo.IdentifierLoc, IdInfo.CCLoc);
692 IdInfo.CCLoc);
743 IdInfo.CCLoc);
854 SourceLocation CCLoc,
888 CCLoc);
905 Diag(CCLoc, diag::err_non_type_template_in_nested_name_specifier)
938 CCLoc);