Searched refs:OMPMaskedDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2391 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 D | StmtProfile.cpp | 1323 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) { in VisitOMPMaskedDirective()
|
| H A D | StmtPrinter.cpp | 1144 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) { in VisitOMPMaskedDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 295 def OMPMaskedDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 6095 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 D | RecursiveASTVisitor.h | 3278 DEF_TRAVERSE_STMT(OMPMaskedDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2806 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective() 4010 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2877 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 434 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3869 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4549 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 10379 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) { in TransformOMPMaskedDirective()
|
| H A D | SemaOpenMP.cpp | 10861 return OMPMaskedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPMaskedDirective()
|