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 549 const FunctionProtoType *Superset, SourceLocation SuperLoc,
560 SubLoc = SuperLoc;
563 Superset = ResolveExceptionSpec(SuperLoc, Superset);
574 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
589 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
601 Diag(SuperLoc, NoteID);
614 Diag(SuperLoc, NoteID);
620 return CheckParamExceptionSpec(NoteID, Superset, SuperLoc, Subset, SubLoc);
626 Diag(SuperLoc, NoteID);
710 Diag(SuperLoc, NoteID)
    [all...]
SemaExprObjC.cpp     [all...]
SemaDeclObjC.cpp 444 IdentifierInfo *SuperName, SourceLocation SuperLoc,
486 PrevDecl = LookupSingleName(TUScope, SuperName, SuperLoc,
494 DeclarationNameInfo(SuperName, SuperLoc), LookupOrdinaryName, TUScope,
497 Diag(SuperLoc, diag::err_undef_superclass_suggest)
505 Diag(SuperLoc, diag::err_recursive_superclass)
514 (void)DiagnoseUseOfDecl(SuperClassDecl, SuperLoc);
534 Diag(SuperLoc, diag::err_redefinition_different_kind) << SuperName;
541 Diag(SuperLoc, diag::err_undef_superclass)
543 else if (RequireCompleteType(SuperLoc,
553 IDecl->setSuperClassLoc(SuperLoc);
    [all...]
SemaCodeComplete.cpp     [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 582 SourceLocation SuperLoc, QualType SuperTy)
585 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp     [all...]
ParseExpr.cpp 183 SourceLocation SuperLoc,
187 = ParseObjCMessageExpressionBody(LBracLoc, SuperLoc,
    [all...]
  /external/clang/tools/libclang/
IndexingContext.cpp 443 SourceLocation SuperLoc = D->getSuperClassLoc();
445 BaseClass.cursor = MakeCursorObjCSuperClassRef(SuperD, SuperLoc, CXTU);
446 BaseClass.loc = getIndexLoc(SuperLoc);
449 markEntityOccurrenceInFile(SuperD, SuperLoc);
    [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 299 milliseconds