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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1805 class OMPCaptureClause : public OMPClause { class in namespace:clang
1811 OMPCaptureClause(SourceLocation StartLoc, SourceLocation EndLoc) function in class:clang::OMPCaptureClause
1815 OMPCaptureClause() function in class:clang::OMPCaptureClause
H A DRecursiveASTVisitor.h3115 bool RecursiveASTVisitor<Derived>::VisitOMPCaptureClause(OMPCaptureClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp516 void OMPClauseProfiler::VisitOMPCaptureClause(const OMPCaptureClause *) {}
H A DOpenMPClause.cpp1327 void OMPClausePrinter::VisitOMPCaptureClause(OMPCaptureClause *) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6146 void OMPClauseWriter::VisitOMPCaptureClause(OMPCaptureClause *) {}
H A DASTReader.cpp11575 C = new (Context) OMPCaptureClause();
11835 void OMPClauseReader::VisitOMPCaptureClause(OMPCaptureClause *) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h8781 TreeTransform<Derived>::TransformOMPCaptureClause(OMPCaptureClause *C) {
H A DSemaOpenMP.cpp12357 return new (Context) OMPCaptureClause(StartLoc, EndLoc);

Completed in 458 milliseconds