Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenMP.h177 void setOpenMPCaptureKind(FieldDecl *FD, const ValueDecl *D, unsigned Level);
/src/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp4453 S.OpenMP().setOpenMPCaptureKind(Field, Cap.getVariable(), in buildCapturedStmtCaptureList()
H A DSemaOpenMP.cpp2632 void SemaOpenMP::setOpenMPCaptureKind(FieldDecl *FD, const ValueDecl *D, in setOpenMPCaptureKind() function in SemaOpenMP