Searched refs:NCCK_None (Results 1 – 2 of 2) sorted by relevance
9654 enum NonConstCaptureKind { NCCK_None, NCCK_Block, NCCK_Lambda }; enumerator9661 if (!DRE) return NCCK_None; in isReferenceToNonConstCapture()9662 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()9666 if (!var) return NCCK_None; in isReferenceToNonConstCapture()9667 if (var->getType().isConstQualified()) return NCCK_None; in isReferenceToNonConstCapture()
12462 enum NonConstCaptureKind { NCCK_None, NCCK_Block, NCCK_Lambda }; enumerator12469 if (!DRE) return NCCK_None; in isReferenceToNonConstCapture()12470 if (!DRE->refersToEnclosingVariableOrCapture()) return NCCK_None; in isReferenceToNonConstCapture()12474 if (!var) return NCCK_None; in isReferenceToNonConstCapture()12475 if (var->getType().isConstQualified()) return NCCK_None; in isReferenceToNonConstCapture()