Searched defs:isC (Results 1 – 4 of 4) sorted by relevance
40 public boolean isC; in delegatingSetsFieldsOnBothMainParamsAndTheDelegatedParams() field in ParametersDelegateTest.ComplexDelegate84 public boolean isC; in combinedAndNestedDelegates() field in ParametersDelegateTest.NestedDelegate2
37 auto isC = [](auto ch) { return ch == 'c';}; in test() local
35 auto isC = [](auto ch) { return ch == 'c';}; in test() local
30 bool isC() const { return Language == Lang_C89 || Language == Lang_C99; } in isC() function