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 522 enum MethodRefFlags {
528 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
749 void setMethodRefFlag(MethodRefFlags flag, bool val) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 902 unsigned MethodRefFlags = Record[Idx++];
907 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
910 MethodRefFlags);
    [all...]

Completed in 42 milliseconds