Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h7352 class OMPDefaultmapClause : public OMPClause {
7407 OMPDefaultmapClause(SourceLocation StartLoc, SourceLocation LParenLoc, in OMPDefaultmapClause() function
7416 explicit OMPDefaultmapClause() in OMPDefaultmapClause() function
H A DRecursiveASTVisitor.h3958 RecursiveASTVisitor<Derived>::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) {
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp1238 void OMPClauseProfiler::VisitOMPDefaultmapClause(const OMPDefaultmapClause *) {} in VisitOMPDefaultmapClause() argument
H A DOpenMPClause.cpp2597 void OMPClausePrinter::VisitOMPDefaultmapClause(OMPDefaultmapClause *Node) { in VisitOMPDefaultmapClause()
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMP.td142 let clangClass = "OMPDefaultmapClause";
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp11317 C = new (Context) OMPDefaultmapClause(); in readClause()
12197 void OMPClauseReader::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) { in VisitOMPDefaultmapClause()
H A DASTWriter.cpp8335 void OMPClauseWriter::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) { in VisitOMPDefaultmapClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp6092 if (auto *DMC = dyn_cast<OMPDefaultmapClause>(C)) in ActOnOpenMPExecutableDirective()
22980 OMPDefaultmapClause(StartLoc, LParenLoc, MLoc, KindLoc, EndLoc, Kind, M); in ActOnOpenMPDefaultmapClause()
H A DTreeTransform.h11475 TreeTransform<Derived>::TransformOMPDefaultmapClause(OMPDefaultmapClause *C) { in TransformOMPDefaultmapClause()