Searched refs:MethodRefFlags (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DExprObjC.h535 enum MethodRefFlags { enum in class:clang::ObjCPropertyRefExpr
541 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
762 void setMethodRefFlag(MethodRefFlags flag, bool val) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp989 unsigned MethodRefFlags = Record[Idx++]; local
994 E->setImplicitProperty(Getter, Setter, MethodRefFlags);
997 MethodRefFlags); local

Completed in 475 milliseconds