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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h5668 class OMPDefaultmapClause : public OMPClause { class in namespace:clang
5723 OMPDefaultmapClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::OMPDefaultmapClause
5731 explicit OMPDefaultmapClause() function in class:clang::OMPDefaultmapClause
H A DRecursiveASTVisitor.h3405 RecursiveASTVisitor<Derived>::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DStmtProfile.cpp968 void OMPClauseProfiler::VisitOMPDefaultmapClause(const OMPDefaultmapClause *) {}
H A DOpenMPClause.cpp1661 void OMPClausePrinter::VisitOMPDefaultmapClause(OMPDefaultmapClause *Node) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6440 void OMPClauseWriter::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) {
H A DASTReader.cpp11680 C = new (Context) OMPDefaultmapClause();
12280 void OMPClauseReader::VisitOMPDefaultmapClause(OMPDefaultmapClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9316 TreeTransform<Derived>::TransformOMPDefaultmapClause(OMPDefaultmapClause *C) {
H A DSemaOpenMP.cpp16792 OMPDefaultmapClause(StartLoc, LParenLoc, MLoc, KindLoc, EndLoc, Kind, M);

Completed in 503 milliseconds