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

References

gen/tools/clang/include/clang/AST/DeclNodes.inc
  610 DECL_CONTEXT(OMPDeclareReduction)
tools/clang/include/clang/AST/DeclOpenMP.h
  199   static bool classofKind(Kind K) { return K == OMPDeclareReduction; }
tools/clang/lib/AST/DeclBase.cpp
  767     case OMPDeclareReduction:
 1177   case Decl::OMPDeclareReduction:
tools/clang/lib/AST/DeclOpenMP.cpp
  147   return new (C, DC) OMPDeclareReductionDecl(OMPDeclareReduction, DC, L, Name,
  154       OMPDeclareReduction, /*DC=*/nullptr, SourceLocation(), DeclarationName(),
tools/clang/lib/CodeGen/CGDecl.cpp
  144   case Decl::OMPDeclareReduction:
tools/clang/lib/CodeGen/CodeGenModule.cpp
 5450   case Decl::OMPDeclareReduction:
tools/clang/lib/Sema/SemaExpr.cpp
 3023     case Decl::OMPDeclareReduction:
tools/clang/lib/Serialization/ASTCommon.cpp
  398   case Decl::OMPDeclareReduction:
tools/clang/tools/libclang/CIndex.cpp
 6293   case Decl::OMPDeclareReduction: