Home
last modified time | relevance | path

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

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