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

References

tools/clang/include/clang/AST/ASTLambda.h
   71   if (isLambdaCallOperator(DC))
tools/clang/lib/AST/ASTDiagnostic.cpp
  436       } else if (isLambdaCallOperator(DC)) {
tools/clang/lib/AST/DeclBase.cpp
 1050   if (isLambdaCallOperator(this))
tools/clang/lib/AST/ExprConstant.cpp
 2850       assert(isLambdaCallOperator(Frame->Callee) &&
 7400   if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) &&
 7865     if (isLambdaCallOperator(Info.CurrentCall->Callee)) {
tools/clang/lib/Index/IndexBody.cpp
  462       if (DC && isLambdaCallOperator(DC))
tools/clang/lib/Sema/SemaDecl.cpp
 1267   if (isa<FunctionDecl>(DC) && !isLambdaCallOperator(DC)) {
 7325               !isLambdaCallOperator(ParentDC)) {
13502   if (!isLambdaCallOperator(FD))
13770   ExitFunctionBodyRAII ExitRAII(*this, isLambdaCallOperator(FD));
13793     } else if (getLangOpts().CPlusPlus11 && isLambdaCallOperator(FD)) {
tools/clang/lib/Sema/SemaExpr.cpp
15732   if (isa<BlockDecl>(DC) || isa<CapturedDecl>(DC) || isLambdaCallOperator(DC))
tools/clang/lib/Sema/SemaExprCXX.cpp
 1036   if (isLambdaCallOperator(CurDC)) {
 1073       Closure = isLambdaCallOperator(Closure->getParent())
 1090   if (ThisTy.isNull() && isLambdaCallOperator(CurContext) &&
 1109   if (!ThisTy.isNull() && isLambdaCallOperator(CurContext))
 8031   const bool IsInLambdaDeclContext = isLambdaCallOperator(DC);
tools/clang/lib/Sema/SemaLambda.cpp
  128            isLambdaCallOperator(EnclosingDC));