Home
last modified time | relevance | path

Searched refs:getCombiner (Results 1 – 15 of 15) sorted by relevance

/external/clang/include/clang/AST/
DDeclOpenMP.h136 Expr *getCombiner() { return Combiner; } in getCombiner() function
137 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
DRecursiveASTVisitor.h1507 TRY_TO(TraverseStmt(D->getCombiner()));
/external/llvm-project/clang/include/clang/AST/
DDeclOpenMP.h221 Expr *getCombiner() { return Combiner; } in getCombiner() function
222 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
DASTNodeTraverser.h456 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
DRecursiveASTVisitor.h1606 TRY_TO(TraverseStmt(D->getCombiner()));
/external/clang/lib/AST/
DDeclPrinter.cpp1405 D->getCombiner()->printPretty(Out, nullptr, Policy, 0); in VisitOMPDeclareReductionDecl()
DASTDumper.cpp1265 dumpStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/AST/
DDeclPrinter.cpp1654 D->getCombiner()->printPretty(Out, nullptr, Policy, 0); in VisitOMPDeclareReductionDecl()
DTextNodeDumper.cpp1780 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2596 if (D->getCombiner()) { in VisitOMPDeclareReductionDecl()
2610 SubstCombiner = SemaRef.SubstExpr(D->getCombiner(), TemplateArgs).get(); in VisitOMPDeclareReductionDecl()
/external/clang/lib/Serialization/
DASTWriterDecl.cpp1651 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp1862 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3297 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp792 CGM, D->getType(), D->getCombiner(), cast<VarDecl>(D->lookup(In).front()), in emitUserDefinedReduction()
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp1161 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()