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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp792 OMPAllocateClause *
793 OMPAllocateClause::Create(const ASTContext &C, SourceLocation StartLoc,
799 auto *Clause = new (Mem) OMPAllocateClause(StartLoc, LParenLoc, Allocator,
805 OMPAllocateClause *OMPAllocateClause::CreateEmpty(const ASTContext &C,
808 return new (Mem) OMPAllocateClause(N);
1400 void OMPClausePrinter::VisitOMPAllocateClause(OMPAllocateClause *Node) {
H A DStmtProfile.cpp723 void OMPClauseProfiler::VisitOMPAllocateClause(const OMPAllocateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h328 class OMPAllocateClause final
329 : public OMPVarListClause<OMPAllocateClause>,
330 private llvm::TrailingObjects<OMPAllocateClause, Expr *> {
349 OMPAllocateClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
352 : OMPVarListClause<OMPAllocateClause>(OMPC_allocate, StartLoc, LParenLoc,
359 explicit OMPAllocateClause(unsigned N) function in class:clang::final
360 : OMPVarListClause<OMPAllocateClause>(OMPC_allocate, SourceLocation(),
379 static OMPAllocateClause *Create(const ASTContext &C, SourceLocation StartLoc,
394 static OMPAllocateClause *CreateEmpty(const ASTContext &C, unsigned N);
402 auto Children = const_cast<OMPAllocateClause *>(thi
[all...]
H A DRecursiveASTVisitor.h2982 bool RecursiveASTVisitor<Derived>::VisitOMPAllocateClause(OMPAllocateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp4361 llvm::make_filter_range(Clauses, OMPAllocateClause::classof);
4423 auto *AC = cast<OMPAllocateClause>(C);
17251 return OMPAllocateClause::Create(Context, StartLoc, LParenLoc, Allocator,
H A DTreeTransform.h9223 TreeTransform<Derived>::TransformOMPAllocateClause(OMPAllocateClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6387 void OMPClauseWriter::VisitOMPAllocateClause(OMPAllocateClause *C) {
H A DASTReader.cpp11719 C = OMPAllocateClause::CreateEmpty(Context, Record.readInt());
12223 void OMPClauseReader::VisitOMPAllocateClause(OMPAllocateClause *C) {

Completed in 512 milliseconds