Home
last modified time | relevance | path

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

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