Searched defs:MethodRefFlags (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h625 enum MethodRefFlags { enum in class:clang::ObjCPropertyRefExpr
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp1368 unsigned MethodRefFlags = Record.readInt(); local
1375 E->setExplicitProperty(readDeclAs<ObjCPropertyDecl>(), MethodRefFlags); local

Completed in 81 milliseconds