Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DExprObjC.h523 enum MethodRefFlags { enum
752 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag()
/external/clang/lib/Serialization/
DASTReaderStmt.cpp900 unsigned MethodRefFlags = Record[Idx++]; in VisitObjCPropertyRefExpr() local
905 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()
908 MethodRefFlags); in VisitObjCPropertyRefExpr()