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

Derived Classes

tools/clang/include/clang/AST/OpenMPClause.h
  143 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
  422 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
  522 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit {
  591 class OMPNumThreadsClause : public OMPClause, public OMPClauseWithPreInit {
 1278 class OMPScheduleClause : public OMPClause, public OMPClauseWithPreInit {
 1988 class OMPFirstprivateClause final
 4058 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
 5058 class OMPNumTeamsClause : public OMPClause, public OMPClauseWithPreInit {
 5133 class OMPThreadLimitClause : public OMPClause, public OMPClauseWithPreInit {
 5209 class OMPPriorityClause : public OMPClause, public OMPClauseWithPreInit {
 5283 class OMPGrainsizeClause : public OMPClause, public OMPClauseWithPreInit {
 5390 class OMPNumTasksClause : public OMPClause, public OMPClauseWithPreInit {
 5519 class OMPDistScheduleClause : public OMPClause, public OMPClauseWithPreInit {

References

tools/clang/include/clang/AST/OpenMPClause.h
  137   static OMPClauseWithPreInit *get(OMPClause *C);
  138   static const OMPClauseWithPreInit *get(const OMPClause *C);
  143 class OMPClauseWithPostUpdate : public OMPClauseWithPreInit {
  422 class OMPIfClause : public OMPClause, public OMPClauseWithPreInit {
  522 class OMPFinalClause : public OMPClause, public OMPClauseWithPreInit {
  591 class OMPNumThreadsClause : public OMPClause, public OMPClauseWithPreInit {
 1278 class OMPScheduleClause : public OMPClause, public OMPClauseWithPreInit {
 1990       public OMPClauseWithPreInit,
 4058 class OMPDeviceClause : public OMPClause, public OMPClauseWithPreInit {
 5058 class OMPNumTeamsClause : public OMPClause, public OMPClauseWithPreInit {
 5133 class OMPThreadLimitClause : public OMPClause, public OMPClauseWithPreInit {
 5209 class OMPPriorityClause : public OMPClause, public OMPClauseWithPreInit {
 5283 class OMPGrainsizeClause : public OMPClause, public OMPClauseWithPreInit {
 5390 class OMPNumTasksClause : public OMPClause, public OMPClauseWithPreInit {
 5519 class OMPDistScheduleClause : public OMPClause, public OMPClauseWithPreInit {
tools/clang/include/clang/AST/RecursiveASTVisitor.h
  536   bool VisitOMPClauseWithPreInit(OMPClauseWithPreInit *Node);
 2885     OMPClauseWithPreInit *Node) {
tools/clang/include/clang/Serialization/ASTReader.h
 2718   void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
tools/clang/include/clang/Serialization/ASTWriter.h
 1012   void VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C);
tools/clang/lib/AST/OpenMPClause.cpp
   54 OMPClauseWithPreInit *OMPClauseWithPreInit::get(OMPClause *C) {
   55   auto *Res = OMPClauseWithPreInit::get(const_cast<const OMPClause *>(C));
   59 const OMPClauseWithPreInit *OMPClauseWithPreInit::get(const OMPClause *C) {
tools/clang/lib/AST/StmtProfile.cpp
  419   void VistOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
  424     const OMPClauseWithPreInit *C) {
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
   30       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {
   30       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {
  192       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {
  192       if (const auto *CPI = OMPClauseWithPreInit::get(C)) {
tools/clang/lib/Sema/SemaOpenMP.cpp
 3649   SmallVector<const OMPClauseWithPreInit *, 4> PICs;
 3676       if (auto *C = OMPClauseWithPreInit::get(Clause))
 3676       if (auto *C = OMPClauseWithPreInit::get(Clause))
 3729       for (const clang::OMPClauseWithPreInit *C : PICs) {
tools/clang/lib/Serialization/ASTReader.cpp
12482 void OMPClauseReader::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) {
tools/clang/lib/Serialization/ASTWriter.cpp
 6624 void OMPClauseWriter::VisitOMPClauseWithPreInit(OMPClauseWithPreInit *C) {
tools/clang/tools/libclang/CIndex.cpp
 2150   void VisitOMPClauseWithPreInit(const OMPClauseWithPreInit *C);
 2155     const OMPClauseWithPreInit *C) {