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 543 llvm::PointerIntPair<ObjCMethodDecl *, 2, unsigned> SetterAndMethodRefFlags;
566 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
577 PropertyOrGetter(PD, false), SetterAndMethodRefFlags(),
588 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
598 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
608 PropertyOrGetter(Getter, true), SetterAndMethodRefFlags(Setter, 0),
631 return SetterAndMethodRefFlags.getPointer();
650 return SetterAndMethodRefFlags.getInt() & MethodRef_Getter;
657 return SetterAndMethodRefFlags.getInt() & MethodRef_Setter;
746 SetterAndMethodRefFlags.setPointer(nullptr)
    [all...]
  /external/clang/lib/Serialization/
ASTWriterStmt.cpp 941 Record.push_back(E->SetterAndMethodRefFlags.getInt());
    [all...]

Completed in 136 milliseconds