Home
last modified time | relevance | path

Searched refs:OMPDynamicAllocatorsClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1280 class OMPDynamicAllocatorsClause final : public OMPClause {
1287 OMPDynamicAllocatorsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDynamicAllocatorsClause() function
1291 OMPDynamicAllocatorsClause() in OMPDynamicAllocatorsClause() function
H A DRecursiveASTVisitor.h3387 OMPDynamicAllocatorsClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp544 const OMPDynamicAllocatorsClause *C) {} in VisitOMPDynamicAllocatorsClause()
H A DOpenMPClause.cpp1835 OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td146 let clangClass = "OMPDynamicAllocatorsClause";
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp3450 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateDirective()
3602 isa<OMPDynamicAllocatorsClause>(CNew)) { in CheckOMPRequiresDecl()
5307 !Stack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>() && in checkAllocateClauses()
6763 DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())) { in ActOnOpenMPExecutableDirective()
16604 return new (getASTContext()) OMPDynamicAllocatorsClause(StartLoc, EndLoc); in ActOnOpenMPDynamicAllocatorsClause()
22789 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateClause()
H A DTreeTransform.h10408 OMPDynamicAllocatorsClause *C) { in TransformOMPDynamicAllocatorsClause()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10501 C = new (Context) OMPDynamicAllocatorsClause(); in readClause()
10933 OMPClauseReader::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
H A DASTWriter.cpp7766 OMPClauseWriter::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument