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

/external/clang/include/clang/AST/
H A DExprObjC.h530 llvm::PointerIntPair<ObjCMethodDecl *, 2, unsigned> SetterAndMethodRefFlags; member in class:clang::ObjCPropertyRefExpr
553 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
564 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
575 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
585 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
595 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
618 return SetterAndMethodRefFlags.getPointer();
637 return SetterAndMethodRefFlags.getInt() & MethodRef_Getter;
644 return SetterAndMethodRefFlags.getInt() & MethodRef_Setter;
735 SetterAndMethodRefFlags
[all...]

Completed in 72 milliseconds