Home
last modified time | relevance | path

Searched refs:OMPCaptureClause (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h2236 class OMPCaptureClause : public OMPClause {
2242 OMPCaptureClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPCaptureClause() function
2246 OMPCaptureClause() in OMPCaptureClause() function
H A DRecursiveASTVisitor.h3459 bool RecursiveASTVisitor<Derived>::VisitOMPCaptureClause(OMPCaptureClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp581 void OMPClauseProfiler::VisitOMPCaptureClause(const OMPCaptureClause *) {} in VisitOMPCaptureClause() argument
H A DOpenMPClause.cpp1922 void OMPClausePrinter::VisitOMPCaptureClause(OMPCaptureClause *) { in VisitOMPCaptureClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td91 let clangClass = "OMPCaptureClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10456 C = new (Context) OMPCaptureClause(); in readClause()
10856 void OMPClauseReader::VisitOMPCaptureClause(OMPCaptureClause *) {} in VisitOMPCaptureClause() argument
H A DASTWriter.cpp7220 void OMPClauseWriter::VisitOMPCaptureClause(OMPCaptureClause *) {} in VisitOMPCaptureClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10226 TreeTransform<Derived>::TransformOMPCaptureClause(OMPCaptureClause *C) { in TransformOMPCaptureClause()
H A DSemaOpenMP.cpp16513 return new (getASTContext()) OMPCaptureClause(StartLoc, EndLoc); in ActOnOpenMPCaptureClause()