Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h11444 void tryCaptureOpenMPLambdas(ValueDecl *V);
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp19160 SemaRef.tryCaptureOpenMPLambdas(V); in MarkVarDeclODRUsed()
H A DSemaOpenMP.cpp4735 void Sema::tryCaptureOpenMPLambdas(ValueDecl *V) { in tryCaptureOpenMPLambdas() function in Sema