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 265 bool Sema::ActOnCXXGlobalScopeSpecifier(Scope *S, SourceLocation CCLoc,
267 SS.MakeGlobal(Context, CCLoc);
415 SourceLocation CCLoc,
503 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
587 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
592 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
635 CCLoc);
672 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
698 SourceLocation CCLoc,
705 return BuildCXXNestedNameSpecifier(S, Identifier, IdentifierLoc, CCLoc,
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 182 SourceLocation CCLoc = ConsumeToken();
183 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
184 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
300 SourceLocation CCLoc = ConsumeToken();
316 CCLoc,
321 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
373 SourceLocation CCLoc = ConsumeToken();
376 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
378 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 574 milliseconds