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 243 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
245 SS.MakeGlobal(Context, CCLoc);
393 SourceLocation CCLoc,
481 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
573 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
578 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
621 CCLoc);
658 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
684 SourceLocation CCLoc,
691 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc,
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 240 SourceLocation CCLoc = ConsumeToken();
241 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
242 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
361 SourceLocation CCLoc = ConsumeToken();
376 CCLoc,
381 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
436 SourceLocation CCLoc = ConsumeToken();
441 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
443 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 76 milliseconds