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