Home | History | Annotate | Download | only in AST

Lines Matching refs:IsLambda

73     IsLambda(false), IsParsingBaseSpecifiers(false), NumBases(0), NumVBases(0),
980 if (!isLambda()) return false;
985 if (!isLambda()) return nullptr;
1002 if (!isLambda()) return nullptr;
1036 if (!isLambda()) return nullptr;
1614 if (P->isLambda()) {
1944 return isImplicit() && getParent()->isLambda() &&