Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DOpenMPClause.h7507 Stmt *InteropVar = nullptr; variable
7526 OMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in OMPUseClause()
7582 Stmt *InteropVar = nullptr; variable
7601 OMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in OMPDestroyClause()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DOpenMPClause.cpp1536 OMPInitClause *OMPInitClause::Create(const ASTContext &C, Expr *InteropVar, in Create()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DTreeTransform.h2177 OMPClause *RebuildOMPInitClause(Expr *InteropVar, ArrayRef<Expr *> PrefExprs, in RebuildOMPInitClause()
2192 OMPClause *RebuildOMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPUseClause()
2203 OMPClause *RebuildOMPDestroyClause(Expr *InteropVar, SourceLocation StartLoc, in RebuildOMPDestroyClause()
H A DSemaOpenMP.cpp14885 Sema::ActOnOpenMPInitClause(Expr *InteropVar, ArrayRef<Expr *> PrefExprs, in ActOnOpenMPInitClause()
14912 OMPClause *Sema::ActOnOpenMPUseClause(Expr *InteropVar, SourceLocation StartLoc, in ActOnOpenMPUseClause()
14924 OMPClause *Sema::ActOnOpenMPDestroyClause(Expr *InteropVar, in ActOnOpenMPDestroyClause()