Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h353 class OMPAllocatorClause final
367 OMPAllocatorClause(Expr *A, SourceLocation StartLoc, SourceLocation LParenLoc, in OMPAllocatorClause() function
372 OMPAllocatorClause() : OMPOneStmtClause() {} in OMPAllocatorClause() function
H A DRecursiveASTVisitor.h3280 OMPAllocatorClause *C) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp503 void OMPClauseProfiler::VisitOMPAllocatorClause(const OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
H A DOpenMPClause.cpp1789 void OMPClausePrinter::VisitOMPAllocatorClause(OMPAllocatorClause *Node) { in VisitOMPAllocatorClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td58 let clangClass = "OMPAllocatorClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10475 C = new (Context) OMPAllocatorClause(); in readClause()
10841 void OMPClauseReader::VisitOMPAllocatorClause(OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
H A DASTWriter.cpp7157 void OMPClauseWriter::VisitOMPAllocatorClause(OMPAllocatorClause *C) { in VisitOMPAllocatorClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3617 if (auto *AC = dyn_cast<OMPAllocatorClause>(C)) { in VisitOMPAllocateDecl()
H A DSemaOpenMP.cpp3454 if (const auto *AC = dyn_cast<OMPAllocatorClause>(C)) in ActOnOpenMPAllocateDirective()
15608 OMPAllocatorClause(Allocator.get(), StartLoc, LParenLoc, EndLoc); in ActOnOpenMPAllocatorClause()
H A DTreeTransform.h10054 TreeTransform<Derived>::TransformOMPAllocatorClause(OMPAllocatorClause *C) { in TransformOMPAllocatorClause()