Searched defs:IsSetter (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Parse/ | ||
H A D | ParseObjc.cpp | 935 bool IsSetter = II->getNameStart()[0] == 's'; ParseObjCPropertyAttribute() local |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ | ||
H A D | SemaDeclAttr.cpp | 6692 bool IsGetter = false, IsSetter = false; validateSwiftFunctionName() local |