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);
385 /// \param CCLoc Location of "::" following Identifier.
415 SourceLocation CCLoc,
505 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
524 Diag(CCLoc, diag::err_nested_name_spec_is_not_class)
526 << FixItHint::CreateReplacement(CCLoc, ":");
621 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
626 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
669 CCLoc);
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 240 SourceLocation CCLoc;
241 if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
246 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
247 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
370 SourceLocation CCLoc = ConsumeToken();
385 CCLoc,
390 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
460 SourceLocation CCLoc = ConsumeToken();
466 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
478 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseExpr.cpp     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 527 milliseconds