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

  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 272 bool Sema::ActOnCXXGlobalScopeSpecifier(SourceLocation CCLoc,
274 SS.MakeGlobal(Context, CCLoc);
454 /// \param CCLoc Location of "::" following Identifier.
484 SourceLocation CCLoc,
577 SS.Extend(Context, &Identifier, IdentifierLoc, CCLoc);
596 Diag(CCLoc, diag::err_nested_name_spec_is_not_class)
598 << FixItHint::CreateReplacement(CCLoc, ":");
706 DiagnoseUseOfDecl(SD, CCLoc);
710 SS.Extend(Context, Namespace, IdentifierLoc, CCLoc);
715 SS.Extend(Context, Alias, IdentifierLoc, CCLoc);
    [all...]
SemaExprCXX.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/Parse/
ParseExprCXX.cpp 262 SourceLocation CCLoc;
263 if (!TryConsumeToken(tok::coloncolon, CCLoc)) {
268 if (Actions.ActOnCXXNestedNameSpecifierDecltype(SS, DS, CCLoc))
269 SS.SetInvalid(SourceRange(DeclLoc, CCLoc));
392 SourceLocation CCLoc = ConsumeToken();
407 CCLoc,
412 SS.SetInvalid(SourceRange(StartLoc, CCLoc));
493 SourceLocation CCLoc = ConsumeToken();
499 if (Actions.ActOnCXXNestedNameSpecifier(getCurScope(), II, IdLoc, CCLoc,
511 SS.SetInvalid(SourceRange(IdLoc, CCLoc));
    [all...]
ParseExpr.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 219 milliseconds