Home | History | Annotate | Download | only in Sema

Lines Matching refs:CCLoc

258 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
260 SS.MakeGlobal(Context, CCLoc);
408 SourceLocation CCLoc,
496 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
584 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
589 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
632 CCLoc);
669 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
695 SourceLocation CCLoc,
702 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc,
760 SourceLocation CCLoc,
793 CCLoc);
804 Diag(CCLoc, diag::err_non_type_template_in_nested_name_specifier)
838 CCLoc);