Searched refs:OMPAllocatorClause (Results 1 – 10 of 10) sorted by relevance
353 class OMPAllocatorClause final367 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocatorClause() function372 OMPAllocatorClause() : OMPOneStmtClause() {} in OMPAllocatorClause() function
3280 OMPAllocatorClause *C) {
503 void OMPClauseProfiler::VisitOMPAllocatorClause(const OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
1789 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) { in VisitOMPAllocatorClause()
58 let clangClass = "OMPAllocatorClause";
10475 C = new (Context) OMPAllocatorClause(); in readClause()10841 void OMPClauseReader::VisitOMPAllocatorClause(OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
7157 void OMPClauseWriter::VisitOMPAllocatorClause(OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
3617 if (auto *AC = dyn_cast<OMPAllocatorClause>(C)) { in VisitOMPAllocateDecl()
3454 if (const auto *AC = dyn_cast<OMPAllocatorClause>(C)) in ActOnOpenMPAllocateDirective()15608 OMPAllocatorClause(Allocator.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPAllocatorClause()
10054 TreeTransform<Derived>::TransformOMPAllocatorClause(OMPAllocatorClause *C) { in TransformOMPAllocatorClause()