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

  /external/clang/lib/Sema/
SemaExceptionSpec.cpp 501 const FunctionProtoType *Superset, SourceLocation SuperLoc,
512 SubLoc = SuperLoc;
515 Superset = ResolveExceptionSpec(SuperLoc, Superset);
526 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
541 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
553 Diag(SuperLoc, NoteID);
566 Diag(SuperLoc, NoteID);
572 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
578 Diag(SuperLoc, NoteID);
662 Diag(SuperLoc, NoteID)
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclObjC.cpp 377 IdentifierInfo *SuperName, SourceLocation SuperLoc,
419 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
427 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
430 Diag(SuperLoc, diag::err_undef_superclass_suggest)
438 Diag(SuperLoc, diag::err_recursive_superclass)
447 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
467 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
474 Diag(SuperLoc, diag::err_undef_superclass)
476 else if (RequireCompleteType(SuperLoc,
486 IDecl->setSuperClassLoc(SuperLoc);
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 579 SourceLocation SuperLoc, QualType SuperTy)
582 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseExpr.cpp 241 SourceLocation SuperLoc,
245 = ParseObjCMessageExpressionBody(LBracLoc, SuperLoc,
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 375 SourceLocation SuperLoc = D->getSuperClassLoc();
377 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
378 BaseClass.loc = getIndexLoc(SuperLoc);
381 markEntityOccurrenceInFile(SuperD, SuperLoc);
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 946 SourceLocation SuperLoc = ReadSourceLocation(Record, Idx);
947 E->setSuper(SuperLoc, T, Kind == ObjCMessageExpr::SuperInstance);
    [all...]

Completed in 88 milliseconds