Searched refs:HasCommas (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDeclAttr.cpp | 3553 bool &HasDefault, bool &HasCommas, bool &HasNotDefault, in checkTargetClonesAttrString() argument 3558 HasCommas = HasCommas || Str.contains(','); in checkTargetClonesAttrString() 3665 bool HasCommas = false, HasDefault = false, HasNotDefault = false; in handleTargetClonesAttr() local 3674 HasDefault, HasCommas, HasNotDefault, StringsBuffer)) in handleTargetClonesAttr() 3680 if (HasCommas && AL.getNumArgs() > 1) in handleTargetClonesAttr()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4802 bool &HasCommas, bool &HasNotDefault,
|