Home
last modified time | relevance | path

Searched defs:InteropVar (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8046 Stmt *InteropVar = nullptr; variable
8065 OMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in OMPUseClause()
8121 Stmt *InteropVar = nullptr; variable
8140 OMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in OMPDestroyClause()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4342 const LocationDescription &Loc, Value *InteropVar, in createOMPInteropInit()
4371 const LocationDescription &Loc, Value *InteropVar, Value *Device, in createOMPInteropDestroy()
4398 Value *InteropVar, Value *Device, in createOMPInteropUse()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp1645 OMPInitClause *OMPInitClause::Create(const ASTContext &C, Expr *InteropVar, in Create()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h2292 OMPClause *RebuildOMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo, in RebuildOMPInitClause()
2305 OMPClause *RebuildOMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPUseClause()
2316 OMPClause *RebuildOMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPDestroyClause()
H A DSemaOpenMP.cpp17950 Sema::ActOnOpenMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo, in ActOnOpenMPInitClause()
17975 OMPClause *Sema::ActOnOpenMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in ActOnOpenMPUseClause()
17987 OMPClause *Sema::ActOnOpenMPDestroyClause(Expr *InteropVar, in ActOnOpenMPDestroyClause()