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

  /external/clang/include/clang/AST/
ExprObjC.h 519 enum MethodRefFlags {
525 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
748 void setMethodRefFlag(MethodRefFlags flag, bool val) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 890 unsigned MethodRefFlags = Record[Idx++];
895 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
898 MethodRefFlags);
    [all...]

Completed in 295 milliseconds