Home
last modified time | relevance | path

Searched refs:isLambdaCallOperator (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTLambda.h27 inline bool isLambdaCallOperator(const CXXMethodDecl *MD) { in isLambdaCallOperator() function
33 inline bool isLambdaCallOperator(const DeclContext *DC) { in isLambdaCallOperator() function
35 return isLambdaCallOperator(cast<CXXMethodDecl>(DC)); in isLambdaCallOperator()
42 return isLambdaCallOperator(MD) && in isGenericLambdaCallOperatorSpecialization()
73 return (isLambdaCallOperator(MD) || MD->isLambdaStaticInvoker()) && in isGenericLambdaCallOperatorOrStaticInvokerSpecialization()
82 if (isLambdaCallOperator(DC)) in getLambdaAwareParentOfDeclContext()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexBody.cpp464 if (DC && isLambdaCallOperator(DC)) in VisitParmVarDecl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCoroutine.cpp560 if (MD->isInstance() && !isLambdaCallOperator(MD)) { in buildCoroutinePromise()
1288 if (MD->isInstance() && !isLambdaCallOperator(MD)) { in makeNewAndDeleteExpr()
H A DSemaExprCXX.cpp1124 if (isLambdaCallOperator(CurDC)) { in adjustCVQualifiersForCXXThisWithinLambda()
1161 Closure = isLambdaCallOperator(Closure->getParent()) in adjustCVQualifiersForCXXThisWithinLambda()
1178 if (ThisTy.isNull() && isLambdaCallOperator(CurContext) && in getCurrentThisType()
1193 if (!ThisTy.isNull() && isLambdaCallOperator(CurContext)) in getCurrentThisType()
8502 const bool IsInLambdaDeclContext = isLambdaCallOperator(DC); in ActOnFinishFullExpr()
H A DSemaLambda.cpp128 isLambdaCallOperator(EnclosingDC)); in getStackIndexOfNearestEnclosingCaptureReadyLambda()
H A DSemaTemplateInstantiate.cpp1025 if (NewMD && isLambdaCallOperator(NewMD)) { in transformedLocalDecl()
H A DSemaDecl.cpp7681 !isLambdaCallOperator(ParentDC)) { in CheckShadow()
14151 if (!isLambdaCallOperator(FD)) in ActOnStartOfFunctionDef()
14436 ExitFunctionBodyRAII ExitRAII(*this, isLambdaCallOperator(FD)); in ActOnFinishFunctionBody()
14459 } else if (getLangOpts().CPlusPlus11 && isLambdaCallOperator(FD)) { in ActOnFinishFunctionBody()
H A DSemaExpr.cpp17265 if (isa<BlockDecl>(DC) || isa<CapturedDecl>(DC) || isLambdaCallOperator(DC)) in getParentOfCapturingContextOrNull()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp1099 if (isLambdaCallOperator(this)) in getLookupParent()
H A DASTDiagnostic.cpp450 } else if (isLambdaCallOperator(DC)) { in FormatASTNodeDiagnosticArgument()
H A DExprConstant.cpp3238 assert(isLambdaCallOperator(Frame->Callee) && in evaluateVarDeclInit()
6105 } else if (MD && isLambdaCallOperator(MD)) { in HandleFunctionCall()
8141 if (Info.CurrentCall && isLambdaCallOperator(Info.CurrentCall->Callee) && in VisitVarDecl()
8637 if (isLambdaCallOperator(Info.CurrentCall->Callee)) { in VisitCXXThisExpr()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1149 if (isLambdaCallOperator(MD) && in StartFunction()