reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
138 static const OMPClauseWithPreInit *get(const OMPClause *C);
118 assert(get(This) && "get is not tuned for pre-init.");
tools/clang/lib/AST/OpenMPClause.cpp 55 auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C));
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp30 if (const auto *CPI = OMPClauseWithPreInit::get(C)) { 192 if (const auto *CPI = OMPClauseWithPreInit::get(C)) {