Home
last modified time | relevance | path

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

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