Searched refs:getCaptureFields (Results 1 – 14 of 14) sorted by relevance
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 428 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 486 LambdaClass->getCaptureFields(CaptureFields, ThisCaptureField); in findLambdaReferenceCaptures()
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 847 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
/external/clang/lib/AST/ |
D | DeclCXX.cpp | 1072 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
/external/clang/include/clang/AST/ |
D | DeclCXX.h | 1069 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclCXX.h | 1047 void getCaptureFields(llvm::DenseMap<const VarDecl *, FieldDecl *> &Captures,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 1092 MD->getParent()->getCaptureFields(LambdaCaptureFields, in StartFunction()
|
D | CGOpenMPRuntimeGPU.cpp | 4519 RD->getCaptureFields(Captures, ThisCapture); in adjustTargetSpecificDataForLambdas()
|
D | CGOpenMPRuntime.cpp | 8674 RD->getCaptureFields(Captures, ThisCapture); in generateInfoForLambdaCaptures()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 1909 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclCXX.cpp | 1544 void CXXRecordDecl::getCaptureFields( in getCaptureFields() function in CXXRecordDecl
|
D | ExprConstant.cpp | 6105 MD->getParent()->getCaptureFields(Frame.LambdaCaptureFields, in HandleFunctionCall()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngine.cpp | 2546 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 4286 RD->getCaptureFields(Captures, ThisCapture); in tryCaptureOpenMPLambdas()
|