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

  /external/clang/include/clang/AST/
ExprObjC.h 542 llvm::PointerIntPair<ObjCMethodDecl *, 2, unsigned> SetterAndMethodRefFlags;
565 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
576 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
587 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
597 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
607 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
630 return SetterAndMethodRefFlags.getPointer();
649 return SetterAndMethodRefFlags.getInt() & MethodRef_Getter;
656 return SetterAndMethodRefFlags.getInt() & MethodRef_Setter;
745 SetterAndMethodRefFlags.setPointer(0)
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 936 Record.push_back(E->SetterAndMethodRefFlags.getInt());
    [all...]

Completed in 41 milliseconds