HomeSort by relevance Sort by last modified time
    Searched refs:CCLoc (Results 1 - 6 of 6) sorted by null

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 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,
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 223 SourceLocation CCLoc = ConsumeToken();
224 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
225 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
341 SourceLocation CCLoc = ConsumeToken();
356 CCLoc,
361 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
413 SourceLocation CCLoc = ConsumeToken();
418 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
420 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 213 milliseconds