Searched defs:SetterAndMethodRefFlags (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h542 llvm::PointerIntPair<ObjCMethodDecl *, 2, unsigned> SetterAndMethodRefFlags; member in class:clang::ObjCPropertyRefExpr
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
[all...]

Completed in 115 milliseconds