Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h1665 class OMPSelfMapsClause final : public OMPClause {
1672 OMPSelfMapsClause(SourceLocation StartLoc, SourceLocation EndLoc) in OMPSelfMapsClause() function
1676 OMPSelfMapsClause() in OMPSelfMapsClause() function
H A DRecursiveASTVisitor.h3464 bool RecursiveASTVisitor<Derived>::VisitOMPSelfMapsClause(OMPSelfMapsClause *) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp560 void OMPClauseProfiler::VisitOMPSelfMapsClause(const OMPSelfMapsClause *C) {} in VisitOMPSelfMapsClause()
H A DOpenMPClause.cpp1950 void OMPClausePrinter::VisitOMPSelfMapsClause(OMPSelfMapsClause *) { in VisitOMPSelfMapsClause() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td523 let clangClass = "OMPSelfMapsClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11224 C = new (Context) OMPSelfMapsClause(); in readClause()
11709 void OMPClauseReader::VisitOMPSelfMapsClause(OMPSelfMapsClause *) {} in VisitOMPSelfMapsClause() argument
H A DASTWriter.cpp8505 void OMPClauseWriter::VisitOMPSelfMapsClause(OMPSelfMapsClause *) {} in VisitOMPSelfMapsClause() argument
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10925 TreeTransform<Derived>::TransformOMPSelfMapsClause(OMPSelfMapsClause *C) { in TransformOMPSelfMapsClause()
H A DSemaOpenMP.cpp17195 return new (getASTContext()) OMPSelfMapsClause(StartLoc, EndLoc); in ActOnOpenMPSelfMapsClause()