Home
last modified time | relevance | path

Searched refs:getInitializerKind (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h241 OMPDeclareReductionInitKind getInitializerKind() const { in getInitializerKind() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclPrinter.cpp1868 switch (D->getInitializerKind()) { in VisitOMPDeclareReductionDecl()
1879 if (D->getInitializerKind() == OMPDeclareReductionInitKind::Direct) in VisitOMPDeclareReductionDecl()
H A DTextNodeDumper.cpp2093 switch (D->getInitializerKind()) { in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3661 if (D->getInitializerKind() == OMPDeclareReductionInitKind::Call) { in VisitOMPDeclareReductionDecl()
3676 (D->getInitializerKind() == OMPDeclareReductionInitKind::Call && in VisitOMPDeclareReductionDecl()
3678 (D->getInitializerKind() != OMPDeclareReductionInitKind::Call && in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2049 Record.push_back(llvm::to_underlying(D->getInitializerKind())); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1143 D->getInitializerKind() == OMPDeclareReductionInitKind::Call ? Init in emitUserDefinedReduction()