Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExprObjC.h748 setMethodRefFlag(MethodRef_Getter, val);
752 setMethodRefFlag(MethodRef_Setter, val);
832 void setMethodRefFlag(MethodRefFlags flag, bool val) { in setMethodRefFlag() function