Home
last modified time | relevance | path

Searched defs:PreInits (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h431 void setPreInits(Stmt *PreInits) { in setPreInits()
561 Stmt *PreInits; member
/external/clang/lib/Sema/
DSemaOpenMP.cpp4886 SmallVectorImpl<Decl *> &PreInits) { in buildPreInits()
4899 SmallVector<Decl *, 16> PreInits; in buildPreInits() local
/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp89 if (auto *PreInits = cast_or_null<DeclStmt>(LD->getPreInits())) { in emitPreInitStmt() local