Searched refs:OMPMaskedDirective (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2280 OMPMaskedDirective *OMPMaskedDirective::Create(const ASTContext &C, in Create() 2285 return createDirective<OMPMaskedDirective>(C, Clauses, AssociatedStmt, in Create() 2290 OMPMaskedDirective *OMPMaskedDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 2293 return createEmptyDirective<OMPMaskedDirective>(C, NumClauses, in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1230 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) { in VisitOMPMaskedDirective()
|
| H A D | StmtPrinter.cpp | 1090 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) { in VisitOMPMaskedDirective()
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 288 def OMPMaskedDirective : StmtNode<OMPExecutableDirective>;
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 5819 class OMPMaskedDirective final : public OMPExecutableDirective { 5828 OMPMaskedDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMaskedDirective() function 5834 explicit OMPMaskedDirective() in OMPMaskedDirective() function 5846 static OMPMaskedDirective * 5854 static OMPMaskedDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3144 DEF_TRAVERSE_STMT(OMPMaskedDirective,
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2646 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective() 3656 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2620 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 407 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3514 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4253 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9325 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) { in TransformOMPMaskedDirective()
|
| H A D | SemaOpenMP.cpp | 10725 return OMPMaskedDirective::Create(Context, StartLoc, EndLoc, Clauses, AStmt); in ActOnOpenMPMaskedDirective()
|