Searched refs:getCombiner (Results 1 – 15 of 15) sorted by relevance
/external/clang/include/clang/AST/ |
D | DeclOpenMP.h | 136 Expr *getCombiner() { return Combiner; } in getCombiner() function 137 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
|
D | RecursiveASTVisitor.h | 1507 TRY_TO(TraverseStmt(D->getCombiner()));
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclOpenMP.h | 221 Expr *getCombiner() { return Combiner; } in getCombiner() function 222 const Expr *getCombiner() const { return Combiner; } in getCombiner() function
|
D | ASTNodeTraverser.h | 456 Visit(D->getCombiner()); in VisitOMPDeclareReductionDecl()
|
D | RecursiveASTVisitor.h | 1606 TRY_TO(TraverseStmt(D->getCombiner()));
|
/external/clang/lib/AST/ |
D | DeclPrinter.cpp | 1405 D->getCombiner()->printPretty(Out, nullptr, Policy, 0); in VisitOMPDeclareReductionDecl()
|
D | ASTDumper.cpp | 1265 dumpStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclPrinter.cpp | 1654 D->getCombiner()->printPretty(Out, nullptr, Policy, 0); in VisitOMPDeclareReductionDecl()
|
D | TextNodeDumper.cpp | 1780 dumpPointer(D->getCombiner()); in VisitOMPDeclareReductionDecl()
|
/external/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 2596 if (D->getCombiner()) { in VisitOMPDeclareReductionDecl() 2610 SubstCombiner = SemaRef.SubstExpr(D->getCombiner(), TemplateArgs).get(); in VisitOMPDeclareReductionDecl()
|
/external/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1651 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTWriterDecl.cpp | 1862 Record.AddStmt(D->getCombiner()); in VisitOMPDeclareReductionDecl()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateInstantiateDecl.cpp | 3297 Expr *Combiner = D->getCombiner(); in VisitOMPDeclareReductionDecl()
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 792 CGM, D->getType(), D->getCombiner(), cast<VarDecl>(D->lookup(In).front()), in emitUserDefinedReduction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1161 CGM, D->getType(), D->getCombiner(), in emitUserDefinedReduction()
|