Searched refs:OMPReductionClause (Results 1 - 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
H A DOpenMPClause.h908 class OMPReductionClause : public OMPVarListClause<OMPReductionClause> { class in namespace:clang
927 OMPReductionClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPReductionClause
931 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, StartLoc,
939 explicit OMPReductionClause(unsigned N) function in class:clang::OMPReductionClause
940 : OMPVarListClause<OMPReductionClause>(OMPC_reduction, SourceLocation(),
963 static OMPReductionClause *
973 static OMPReductionClause *CreateEmpty(const ASTContext &C, unsigned N);
H A DDataRecursiveASTVisitor.h2441 RecursiveASTVisitor<Derived>::VisitOMPReductionClause(OMPReductionClause *C) {
H A DRecursiveASTVisitor.h2463 RecursiveASTVisitor<Derived>::VisitOMPReductionClause(OMPReductionClause *C) {
/external/clang/lib/AST/
H A DStmt.cpp1311 OMPReductionClause *OMPReductionClause::Create(
1315 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPReductionClause),
1318 OMPReductionClause *Clause = new (Mem) OMPReductionClause(
1324 OMPReductionClause *OMPReductionClause::CreateEmpty(const ASTContext &C,
1326 void *Mem = C.Allocate(llvm::RoundUpToAlignment(sizeof(OMPReductionClause),
1329 return new (Mem) OMPReductionClause(N);
H A DStmtPrinter.cpp702 void OMPClausePrinter::VisitOMPReductionClause(OMPReductionClause *Node) {
H A DStmtProfile.cpp325 const OMPReductionClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1721 C = OMPReductionClause::CreateEmpty(Context, Record[Idx++]);
1830 void OMPClauseReader::VisitOMPReductionClause(OMPReductionClause *C) {
H A DASTWriterStmt.cpp1756 void OMPClauseWriter::VisitOMPReductionClause(OMPReductionClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp3233 return OMPReductionClause::Create(
H A DTreeTransform.h6653 TreeTransform<Derived>::TransformOMPReductionClause(OMPReductionClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp1985 void OMPClauseEnqueue::VisitOMPReductionClause(const OMPReductionClause *C) {

Completed in 5585 milliseconds