Home
last modified time | relevance | path

Searched refs:OMPMaskedDirective (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2391 OMPMaskedDirective *OMPMaskedDirective::Create(const ASTContext &C, in Create()
2396 return createDirective<OMPMaskedDirective>(C, Clauses, AssociatedStmt, in Create()
2401 OMPMaskedDirective *OMPMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2404 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1323 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) { in VisitOMPMaskedDirective()
H A DStmtPrinter.cpp1144 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) { in VisitOMPMaskedDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td295 def OMPMaskedDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6095 class OMPMaskedDirective final : public OMPExecutableDirective {
6104 OMPMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMaskedDirective() function
6110 explicit OMPMaskedDirective() in OMPMaskedDirective() function
6122 static OMPMaskedDirective *
6130 static OMPMaskedDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3278 DEF_TRAVERSE_STMT(OMPMaskedDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2806 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
4010 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2877 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp434 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3869 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
H A DCGStmtOpenMP.cpp4549 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h10379 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) { in TransformOMPMaskedDirective()
H A DSemaOpenMP.cpp10861 return OMPMaskedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPMaskedDirective()