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.h8086 Stmt *InteropVar = nullptr; variable
8105 OMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in OMPUseClause()
8161 Stmt *InteropVar = nullptr; variable
8180 OMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in OMPDestroyClause()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp5897 const LocationDescription &Loc, Value *InteropVar, in createOMPInteropInit()
5926 const LocationDescription &Loc, Value *InteropVar, Value *Device, in createOMPInteropDestroy()
5953 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.h2318 OMPClause *RebuildOMPInitClause(Expr *InteropVar, OMPInteropInfo &InteropInfo, in RebuildOMPInitClause()
2331 OMPClause *RebuildOMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPUseClause()
2342 OMPClause *RebuildOMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPDestroyClause()
H A DSemaOpenMP.cpp16740 Expr *InteropVar, OMPInteropInfo &InteropInfo, SourceLocation StartLoc, in ActOnOpenMPInitClause()
16764 OMPClause *SemaOpenMP::ActOnOpenMPUseClause(Expr *InteropVar, in ActOnOpenMPUseClause()
16777 OMPClause *SemaOpenMP::ActOnOpenMPDestroyClause(Expr *InteropVar, in ActOnOpenMPDestroyClause()