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

1 2 3

  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 223 SourceLocation AtLoc,
269 MigrateCtx.AtPropsWeak.insert(AtLoc.getRawEncoding());
281 MigrateCtx.rewritePropertyAttribute("assign", toAttr, AtLoc);
283 MigrateCtx.addPropertyAttribute(toAttr, AtLoc);
292 TA.clearDiagnostic(diag::err_objc_property_attr_mutually_exclusive, AtLoc);
309 SourceLocation AtLoc = PD->getAtLoc();
310 if (AtLoc.isInvalid())
312 unsigned RawAt = AtLoc.getRawEncoding();
319 SourceLocation AtLoc = SourceLocation::getFromRawEncoding(I->first);
321 checkAllAtProps(MigrateCtx, AtLoc, IndProps)
    [all...]
  /external/clang/lib/Parse/
ParseObjc.cpp 49 SourceLocation AtLoc = ConsumeToken(); // the "@"
60 return ParseObjCAtClassDeclaration(AtLoc);
63 SingleDecl = ParseObjCAtInterfaceDeclaration(AtLoc, attrs);
68 return ParseObjCAtProtocolDeclaration(AtLoc, attrs);
71 return ParseObjCAtImplementationDeclaration(AtLoc);
73 return ParseObjCAtEndDeclaration(AtLoc);
75 SingleDecl = ParseObjCAtAliasDeclaration(AtLoc);
78 SingleDecl = ParseObjCPropertySynthesize(AtLoc);
81 SingleDecl = ParseObjCPropertyDynamic(AtLoc);
85 return ParseModuleImport(AtLoc);
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 737 SourceLocation AtLoc; // location of \@property
759 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
780 SourceLocation getAtLoc() const { return AtLoc; }
781 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 737 SourceLocation AtLoc; // location of \@property
759 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
780 SourceLocation getAtLoc() const { return AtLoc; }
781 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 737 SourceLocation AtLoc; // location of \@property
759 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
780 SourceLocation getAtLoc() const { return AtLoc; }
781 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
  /external/clang/include/clang/AST/
ExprObjC.h 31 SourceLocation AtLoc;
36 String(SL), AtLoc(L) {}
44 SourceLocation getAtLoc() const { return AtLoc; }
45 void setAtLoc(SourceLocation L) { AtLoc = L; }
47 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
357 SourceLocation AtLoc, RParenLoc;
366 EncodedType(EncodedType), AtLoc(at), RParenLoc(rp) {}
371 SourceLocation getAtLoc() const { return AtLoc; }
372 void setAtLoc(SourceLocation L) { AtLoc = L; }
383 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
    [all...]
StmtObjC.h 346 SourceLocation AtLoc;
350 ObjCAutoreleasePoolStmt(SourceLocation atLoc, Stmt *subStmt)
351 : Stmt(ObjCAutoreleasePoolStmtClass), AtLoc(atLoc), SubStmt(subStmt) {}
360 SourceLocation getLocStart() const LLVM_READONLY { return AtLoc; }
363 SourceLocation getAtLoc() const { return AtLoc; }
364 void setAtLoc(SourceLocation Loc) { AtLoc = Loc; }
DeclObjC.h 732 SourceLocation AtLoc; // location of \@property
752 : NamedDecl(ObjCProperty, DC, L, Id), AtLoc(AtLocation),
773 SourceLocation getAtLoc() const { return AtLoc; }
774 void setAtLoc(SourceLocation L) { AtLoc = L; }
    [all...]
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 178 Decl *Sema::ActOnProperty(Scope *S, SourceLocation AtLoc,
202 Res = HandlePropertyInClassExtension(S, AtLoc, LParenLoc,
214 Res = CreatePropertyDecl(S, ClassDecl, AtLoc, LParenLoc, FD,
223 CheckObjCPropertyAttributes(Res, AtLoc, Attributes,
412 SourceLocation AtLoc,
445 Diag(AtLoc, diag::err_duplicate_property);
466 Diag(AtLoc, diag)
476 Diag(AtLoc, diag::warn_property_redecl_getter_mismatch)
493 Diag(AtLoc, diag::warn_property_attr_mismatch);
507 Diag(AtLoc, diag::warn_property_implicitly_mismatched)
    [all...]

Completed in 1103 milliseconds

1 2 3