Searched refs:OMPDynamicAllocatorsClause (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1149 class OMPDynamicAllocatorsClause final : public OMPClause {
1156 OMPDynamicAllocatorsClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::final
1160 OMPDynamicAllocatorsClause() function in class:clang::final
H A DRecursiveASTVisitor.h3059 OMPDynamicAllocatorsClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp488 const OMPDynamicAllocatorsClause *C) {}
H A DOpenMPClause.cpp1262 OMPDynamicAllocatorsClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp2722 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())
2808 isa<OMPDynamicAllocatorsClause>(CNew)) {
4987 DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())) {
12397 return new (Context) OMPDynamicAllocatorsClause(StartLoc, EndLoc);
17220 !DSAStack->hasRequiresDeclWithClause<OMPDynamicAllocatorsClause>())
H A DTreeTransform.h8834 OMPDynamicAllocatorsClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6548 OMPClauseWriter::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) {
H A DASTReader.cpp11599 C = new (Context) OMPDynamicAllocatorsClause();
11853 OMPClauseReader::VisitOMPDynamicAllocatorsClause(OMPDynamicAllocatorsClause *) {

Completed in 397 milliseconds