Home
last modified time | relevance | path

Searched refs:tryCaptureOpenMPLambdas (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h135 void tryCaptureOpenMPLambdas(ValueDecl *V);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp18141 SemaRef.OpenMP().tryCaptureOpenMPLambdas(V); in MarkVarDeclODRUsed()
H A DSemaOpenMP.cpp4526 void SemaOpenMP::tryCaptureOpenMPLambdas(ValueDecl *V) { in tryCaptureOpenMPLambdas() function in SemaOpenMP