Searched refs:OMPNovariantsClause (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DOpenMPClause.cpp101 return static_cast<const OMPNovariantsClause *>(C);
328 OMPClause::child_range OMPNovariantsClause::used_children() {
2002 void OMPClausePrinter::VisitOMPNovariantsClause(OMPNovariantsClause *Node) {
H A DStmtProfile.cpp502 void OMPClauseProfiler::VisitOMPNovariantsClause(const OMPNovariantsClause *C) {
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DOpenMPClause.h8102 class OMPNovariantsClause final
8120 OMPNovariantsClause(Expr *Cond, Stmt *HelperCond, function in class:clang::final
8130 OMPNovariantsClause() : OMPOneStmtClause(), OMPClauseWithPreInit(this) {} function in class:clang::final
8137 auto Children = const_cast<OMPNovariantsClause *>(this)->used_children();
H A DRecursiveASTVisitor.h3447 OMPNovariantsClause *C) {
/openbsd-current/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp10252 C = new (Context) OMPNovariantsClause();
10463 void OMPClauseReader::VisitOMPNovariantsClause(OMPNovariantsClause *C) {
H A DASTWriter.cpp6545 void OMPClauseWriter::VisitOMPNovariantsClause(OMPNovariantsClause *C) {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp2415 void OMPClauseEnqueue::VisitOMPNovariantsClause(const OMPNovariantsClause *C) {
/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DTreeTransform.h9839 TreeTransform<Derived>::TransformOMPNovariantsClause(OMPNovariantsClause *C) {
H A DSemaOpenMP.cpp17700 return new (Context) OMPNovariantsClause(

Completed in 656 milliseconds