Home
last modified time | relevance | path

Searched refs:setAllocator (Results 1 – 3 of 3) sorted by relevance

/freebsd-head/contrib/llvm-project/clang/include/clang/AST/
HDOpenMPClause.h358 void setAllocator(Expr *A) { setStmt(A); } in setAllocator() function
469 void setAllocator(Expr *A) { Allocator = A; } in setAllocator() function
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp10787 C->setAllocator(Record.readExpr()); in VisitOMPAllocatorClause()
11353 C->setAllocator(Record.readSubExpr()); in VisitOMPAllocateClause()
/freebsd-head/contrib/llvm-project/clang/lib/Sema/
HDSemaOpenMP.cpp361 void setAllocator(OMPAllocateDeclAttr::AllocatorTypeTy AllocatorKind, in setAllocator() function in __anon64cf37c30111::DSAStackTy
15578 Stack->setAllocator(AllocatorKind, Res.get()); in findOMPAllocatorHandleT()