Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExprObjC.h625 enum MethodRefFlags { enum
829 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderStmt.cpp1483 unsigned MethodRefFlags = Record.readInt(); in VisitObjCPropertyRefExpr() local
1488 E->setImplicitProperty(Getter, Setter, MethodRefFlags); in VisitObjCPropertyRefExpr()
1490 E->setExplicitProperty(readDeclAs<ObjCPropertyDecl>(), MethodRefFlags); in VisitObjCPropertyRefExpr()