|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Derived Classes
tools/clang/include/clang/AST/OpenMPClause.h 2129 class OMPLastprivateClause final
2412 class OMPReductionClause final
2648 class OMPTaskReductionClause final
2879 class OMPInReductionClause final
3135 class OMPLinearClause final
References
tools/clang/include/clang/AST/OpenMPClause.h 164 static OMPClauseWithPostUpdate *get(OMPClause *C);
165 static const OMPClauseWithPostUpdate *get(const OMPClause *C);
2131 public OMPClauseWithPostUpdate,
2414 public OMPClauseWithPostUpdate,
2650 public OMPClauseWithPostUpdate,
2881 public OMPClauseWithPostUpdate,
3137 public OMPClauseWithPostUpdate,
tools/clang/include/clang/AST/RecursiveASTVisitor.h 537 bool VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *Node);
2892 OMPClauseWithPostUpdate *Node) {
tools/clang/include/clang/Serialization/ASTReader.h 2719 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
tools/clang/include/clang/Serialization/ASTWriter.h 1013 void VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C);
tools/clang/lib/AST/OpenMPClause.cpp 144 OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(OMPClause *C) {
145 auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));
149 const OMPClauseWithPostUpdate *OMPClauseWithPostUpdate::get(const OMPClause *C) {
tools/clang/lib/AST/StmtProfile.cpp 420 void VistOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
430 const OMPClauseWithPostUpdate *C) {
tools/clang/lib/Sema/SemaOpenMP.cpp 3678 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) {
3678 if (auto *C = OMPClauseWithPostUpdate::get(Clause)) {
tools/clang/lib/Serialization/ASTReader.cpp12487 void OMPClauseReader::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
tools/clang/lib/Serialization/ASTWriter.cpp 6629 void OMPClauseWriter::VisitOMPClauseWithPostUpdate(OMPClauseWithPostUpdate *C) {
tools/clang/tools/libclang/CIndex.cpp 2151 void VisitOMPClauseWithPostUpdate(const OMPClauseWithPostUpdate *C);
2160 const OMPClauseWithPostUpdate *C) {