Home
last modified time | relevance | path

Searched refs:getCaptureFields (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp486 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp847 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
/external/clang/lib/AST/
DDeclCXX.cpp1072 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
/external/clang/include/clang/AST/
DDeclCXX.h1069 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/external/llvm-project/clang/include/clang/AST/
DDeclCXX.h1047 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
/external/llvm-project/clang/lib/CodeGen/
DCodeGenFunction.cpp1092 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
DCGOpenMPRuntimeGPU.cpp4519 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
DCGOpenMPRuntime.cpp8674 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
/external/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/external/llvm-project/clang/lib/AST/
DDeclCXX.cpp1544 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
DExprConstant.cpp6105 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp2546 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp4286 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()