Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp2353 OMPMaskedDirective *OMPMaskedDirective::Create(const ASTContext &C, in Create()
2358 return createDirective<OMPMaskedDirective>(C, Clauses, AssociatedStmt, in Create()
2363 OMPMaskedDirective *OMPMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
2366 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp1287 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) { in VisitOMPMaskedDirective()
H A DStmtPrinter.cpp1119 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) { in VisitOMPMaskedDirective()
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td294 def OMPMaskedDirective : StmtNode<OMPExecutableDirective>;
/src/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6031 class OMPMaskedDirective final : public OMPExecutableDirective {
6040 OMPMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMaskedDirective() function
6046 explicit OMPMaskedDirective() in OMPMaskedDirective() function
6058 static OMPMaskedDirective *
6066 static OMPMaskedDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h3223 DEF_TRAVERSE_STMT(OMPMaskedDirective,
/src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2778 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
3873 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2842 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp426 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3831 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
H A DCGStmtOpenMP.cpp4356 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective()
/src/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9945 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) { in TransformOMPMaskedDirective()
H A DSemaOpenMP.cpp10796 return OMPMaskedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPMaskedDirective()