Searched defs:PreInits (Results 1 – 4 of 4) sorted by relevance
/llvm-project/clang/include/clang/AST/ |
H A D | StmtOpenMP.h | 823 Stmt *PreInits; global() member 1190 setPreInits(Stmt * PreInits) setPreInits() argument 5583 setPreInits(Stmt * PreInits) setPreInits() argument 5663 setPreInits(Stmt * PreInits) setPreInits() argument [all...] |
/llvm-project/clang/lib/AST/ |
H A D | StmtOpenMP.cpp | 413 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,ArrayRef<OMPClause * > Clauses,unsigned NumLoops,Stmt * AssociatedStmt,Stmt * TransformedStmt,Stmt * PreInits) Create() argument 434 Create(const ASTContext & C,SourceLocation StartLoc,SourceLocation EndLoc,ArrayRef<OMPClause * > Clauses,Stmt * AssociatedStmt,unsigned NumGeneratedLoops,Stmt * TransformedStmt,Stmt * PreInits) Create() argument [all...] |
/llvm-project/clang/lib/Sema/ |
H A D | SemaOpenMP.cpp | 9539 SmallVector<Decl *, 16> PreInits; in buildPreInits() argument 9497 buildPreInits(ASTContext & Context,MutableArrayRef<Decl * > PreInits) buildPreInits() argument 9530 SmallVector<Decl *, 16> PreInits; buildPreInits() local 14066 addLoopPreInits(ASTContext & Context,OMPLoopBasedDirective::HelperExprs & LoopHelper,Stmt * LoopStmt,ArrayRef<Stmt * > OriginalInit,SmallVectorImpl<Stmt * > & PreInits) addLoopPreInits() argument 14160 SmallVector<Stmt *, 4> PreInits; ActOnOpenMPTileDirective() local 14499 SmallVector<Stmt *, 4> PreInits; ActOnOpenMPUnrollDirective() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 145 const Stmt *PreInits; emitPreInitStmt() local
|