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.cpp1830 switch (D->getInitializerKind()) { in VisitOMPDeclareReductionDecl()
1841 if (D->getInitializerKind() == OMPDeclareReductionInitKind::Direct) in VisitOMPDeclareReductionDecl()
H A DTextNodeDumper.cpp2344 switch (D->getInitializerKind()) { in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3713 if (D->getInitializerKind() == OMPDeclareReductionInitKind::Call) { in VisitOMPDeclareReductionDecl()
3728 (D->getInitializerKind() == OMPDeclareReductionInitKind::Call && in VisitOMPDeclareReductionDecl()
3730 (D->getInitializerKind() != OMPDeclareReductionInitKind::Call && in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp2132 Record.push_back(llvm::to_underlying(D->getInitializerKind())); in VisitOMPDeclareReductionDecl()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp1145 D->getInitializerKind() == OMPDeclareReductionInitKind::Call ? Init in emitUserDefinedReduction()