Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h628 enum MethodRefFlags { enum
832 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag()
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1520 unsigned MethodRefFlags = Record.readInt(); in VisitObjCPropertyRefExpr() local
1525 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()
1527 E->setExplicitProperty(readDeclAs<ObjCPropertyDecl>(), MethodRefFlags); in VisitObjCPropertyRefExpr()