HomeSort by relevance Sort by last modified time
    Searched refs:SuperLoc (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/clang/lib/AST/
ExprObjC.cpp 119 SourceLocation SuperLoc, bool IsInstanceSuper,
133 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc),
202 SourceLocation LBracLoc, SourceLocation SuperLoc,
215 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper,
NestedNameSpecifier.cpp 608 SourceLocation SuperLoc,
613 SaveSourceLocation(SuperLoc, Buffer, BufferSize, BufferCapacity);
  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 591 const FunctionProtoType *Superset, SourceLocation SuperLoc,
602 SubLoc = SuperLoc;
605 Superset = ResolveExceptionSpec(SuperLoc, Superset);
616 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
631 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
643 Diag(SuperLoc, NoteID);
656 Diag(SuperLoc, NoteID);
662 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
668 Diag(SuperLoc, NoteID);
749 Diag(SuperLoc, NoteID)
    [all...]
SemaExprObjC.cpp     [all...]
SemaCXXScopeSpec.cpp 278 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc,
295 Diag(SuperLoc, diag::err_invalid_super_scope);
298 Diag(SuperLoc, diag::err_super_in_lambda_unsupported);
301 Diag(SuperLoc, diag::err_no_base_classes) << RD->getName();
305 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
    [all...]
SemaDeclObjC.cpp 471 SourceLocation SuperLoc,
475 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
482 DeclarationNameInfo(SuperName, SuperLoc),
493 Diag(SuperLoc, diag::err_recursive_superclass)
503 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
522 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
533 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
540 Diag(SuperLoc, diag::err_undef_superclass)
542 else if (RequireCompleteType(SuperLoc,
563 SuperLoc,
    [all...]
DeclSpec.cpp 108 SourceLocation SuperLoc,
110 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
112 Range.setBegin(SuperLoc);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 448 /// \param SuperLoc The location of the '__super' keyword.
453 SourceLocation SuperLoc, SourceLocation ColonColonLoc);

Completed in 929 milliseconds

1 2 3