Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h550 enum MethodRefFlags {
747 void setMethodRefFlag(MethodRefFlags flag, bool val) {
/external/clang/lib/Serialization/
DASTReaderStmt.cpp1043 unsigned MethodRefFlags = Record[Idx++]; in VisitObjCPropertyRefExpr() local
1048 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()
1051 MethodRefFlags); in VisitObjCPropertyRefExpr()