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

References

tools/clang/lib/AST/DeclOpenMP.cpp
  139   setInitializer(nullptr, CallInit);
tools/clang/lib/AST/DeclPrinter.cpp
 1677       case OMPDeclareReductionDecl::CallInit:
tools/clang/lib/AST/TextNodeDumper.cpp
 1464     case OMPDeclareReductionDecl::CallInit:
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 1417         D->getInitializerKind() == OMPDeclareReductionDecl::CallInit ? Init
tools/clang/lib/Sema/SemaOpenMP.cpp
15778     DRD->setInitializer(Initializer, OMPDeclareReductionDecl::CallInit);
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 3103       if (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit) {
 3115          (D->getInitializerKind() == OMPDeclareReductionDecl::CallInit &&
 3117          (D->getInitializerKind() != OMPDeclareReductionDecl::CallInit &&