reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/OpenMPClause.h
  138   static const OMPClauseWithPreInit *get(const OMPClause *C);

References

tools/clang/include/clang/AST/OpenMPClause.h
  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.cpp
   30       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {
  192       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {