Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtProfile.cpp528 const OMPDynamicAllocatorsClause *C) {} in VisitOMPDynamicAllocatorsClause()
H A DOpenMPClause.cpp1771 OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
/llvm-project-15.0.7/clang/include/clang/AST/
H A DOpenMPClause.h1441 class OMPDynamicAllocatorsClause final : public OMPClause {
1448 OMPDynamicAllocatorsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPDynamicAllocatorsClause() function
1452 OMPDynamicAllocatorsClause() in OMPDynamicAllocatorsClause() function
H A DRecursiveASTVisitor.h3304 OMPDynamicAllocatorsClause *) {
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td298 let clangClass = "OMPDynamicAllocatorsClause";
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp3334 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateDirective()
3484 isa<OMPDynamicAllocatorsClause>(CNew)) { in CheckOMPRequiresDecl()
5432 !Stack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>() && in checkAllocateClauses()
6751 DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())) { in ActOnOpenMPExecutableDirective()
17207 return new (Context) OMPDynamicAllocatorsClause(StartLoc, EndLoc); in ActOnOpenMPDynamicAllocatorsClause()
23132 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>()) in ActOnOpenMPAllocateClause()
H A DTreeTransform.h9776 OMPDynamicAllocatorsClause *C) { in TransformOMPDynamicAllocatorsClause()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp11617 C = new (Context) OMPDynamicAllocatorsClause(); in readClause()
12013 OMPClauseReader::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
H A DASTWriter.cpp6859 OMPClauseWriter::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) { in VisitOMPDynamicAllocatorsClause() argument
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2434 const OMPDynamicAllocatorsClause *) {} in VisitOMPDynamicAllocatorsClause() argument