reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaDecl.cpp
13440   LSI->CallOperator = CallOperator;
13923     assert((FD == getCurFunctionDecl() || getCurLambda()->CallOperator == FD) &&
tools/clang/lib/Sema/SemaExpr.cpp
 3205     currentDecl = LSI->CallOperator;
 4168           DC = LSI->CallOperator;
 4785           DC = LSI->CallOperator;
16835       if (LSI && (!LSI->CallOperator ||
16836                   !LSI->CallOperator->Encloses(Var->getDeclContext()))) {
tools/clang/lib/Sema/SemaExprCXX.cpp
 1017                        cast<LambdaScopeInfo>(FunctionScopes[I])->CallOperator);
 1028       if (CurLSI->CallOperator->isConst())
 1039     assert(isGenericLambdaCallOperatorSpecialization(CurLSI->CallOperator) &&
 1044     assert(CurDC == getLambdaAwareParentOfDeclContext(CurLSI->CallOperator));
 1191       if (LSI && isGenericLambdaCallOperatorSpecialization(LSI->CallOperator)) {
 7465       CurrentLSI->CallOperator == DC &&
tools/clang/lib/Sema/SemaLambda.cpp
   84       cast<sema::LambdaScopeInfo>(FunctionScopes[CurScopeIndex])->CallOperator;
  489   LSI->CallOperator = CallOperator;
 1534   ActOnFinishFunctionBody(LSI.CallOperator, Body);
 1662     CallOperator = LSI->CallOperator;
tools/clang/lib/Sema/SemaStmt.cpp
 3245       CurLambda && hasDeducedReturnType(CurLambda->CallOperator);
 3264     FunctionDecl *FD = CurLambda->CallOperator;
 3323     if (CurLambda->CallOperator->getType()
tools/clang/lib/Sema/TreeTransform.h
11513   LSI->CallOperator = NewCallOperator;