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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 585 const FunctionProtoType *Superset, SourceLocation SuperLoc,
596 SubLoc = SuperLoc;
599 Superset = ResolveExceptionSpec(SuperLoc, Superset);
610 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
625 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
637 Diag(SuperLoc, NoteID);
650 Diag(SuperLoc, NoteID);
656 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
662 Diag(SuperLoc, NoteID);
743 Diag(SuperLoc, NoteID)
    [all...]
SemaExprObjC.cpp     [all...]
SemaCXXScopeSpec.cpp 253 bool Sema::ActOnSuperScopeSpecifier(SourceLocation SuperLoc,
270 Diag(SuperLoc, diag::err_invalid_super_scope);
273 Diag(SuperLoc, diag::err_super_in_lambda_unsupported);
276 Diag(SuperLoc, diag::err_no_base_classes) << RD->getName();
280 SS.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
    [all...]
SemaDeclObjC.cpp 472 SourceLocation SuperLoc,
476 NamedDecl *PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
483 DeclarationNameInfo(SuperName, SuperLoc),
494 Diag(SuperLoc, diag::err_recursive_superclass)
504 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
523 (void)DiagnoseUseOfDecl(const_cast<TypedefNameDecl*>(TDecl), SuperLoc);
534 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
541 Diag(SuperLoc, diag::err_undef_superclass)
543 else if (RequireCompleteType(SuperLoc,
564 SuperLoc,
    [all...]
DeclSpec.cpp 108 SourceLocation SuperLoc,
110 Builder.MakeSuper(Context, RD, SuperLoc, ColonColonLoc);
112 Range.setBegin(SuperLoc);
    [all...]
SemaCodeComplete.cpp     [all...]
TreeTransform.h     [all...]
  /external/clang/lib/AST/
ExprObjC.cpp 136 SourceLocation SuperLoc, bool IsInstanceSuper,
150 IsImplicit(isImplicit), SuperLoc(SuperLoc), LBracLoc(LBracLoc),
219 SourceLocation LBracLoc, SourceLocation SuperLoc,
232 return new (Mem) ObjCMessageExpr(T, VK, LBracLoc, SuperLoc, IsInstanceSuper,
NestedNameSpecifier.cpp 594 SourceLocation SuperLoc,
599 SaveSourceLocation(SuperLoc, Buffer, BufferSize, BufferCapacity);
  /external/clang/include/clang/AST/
ExprObjC.h 615 SourceLocation SuperLoc, QualType SuperTy)
618 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
NestedNameSpecifier.h 447 /// \param SuperLoc The location of the '__super' keyword.
452 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
DeclObjC.h     [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 450 SourceLocation SuperLoc = D->getSuperClassLoc();
452 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
453 BaseClass.loc = getIndexLoc(SuperLoc);
456 markEntityOccurrenceInFile(SuperD, SuperLoc);
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseExpr.cpp 186 SourceLocation SuperLoc,
190 = ParseObjCMessageExpressionBody(LBracLoc, SuperLoc,
    [all...]
ParseExprCXX.cpp 247 SourceLocation SuperLoc = ConsumeToken();
253 return Actions.ActOnSuperScopeSpecifier(SuperLoc, ConsumeToken(), SS);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
DeclSpec.h 150 /// \param SuperLoc The location of the '__super' keyword.
155 SourceLocation SuperLoc, SourceLocation ColonColonLoc);
    [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTReaderDecl.cpp     [all...]

Completed in 1076 milliseconds