Searched refs:OMPAllocatorClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h266 class OMPAllocatorClause : public OMPClause { class in namespace:clang
285 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPAllocatorClause
291 OMPAllocatorClause() function in class:clang::OMPAllocatorClause
H A DRecursiveASTVisitor.h2976 OMPAllocatorClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp464 void OMPClauseProfiler::VisitOMPAllocatorClause(const OMPAllocatorClause *C) {
H A DOpenMPClause.cpp1223 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3196 auto *AC = cast<OMPAllocatorClause>(C);
H A DSemaOpenMP.cpp2725 Allocator = cast<OMPAllocatorClause>(Clauses.back())->getAllocator();
11804 OMPAllocatorClause(Allocator.get(), StartLoc, LParenLoc, EndLoc);
H A DTreeTransform.h8669 TreeTransform<Derived>::TransformOMPAllocatorClause(OMPAllocatorClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6089 void OMPClauseWriter::VisitOMPAllocatorClause(OMPAllocatorClause *C) {
H A DASTReader.cpp11539 C = new (Context) OMPAllocatorClause();
11775 void OMPClauseReader::VisitOMPAllocatorClause(OMPAllocatorClause *C) {

Completed in 565 milliseconds