Searched refs:OMPMaskedDirective (Results 1 – 13 of 13) sorted by relevance
| /src/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 2353 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 D | StmtProfile.cpp | 1287 void StmtProfiler::VisitOMPMaskedDirective(const OMPMaskedDirective *S) { in VisitOMPMaskedDirective()
|
| H A D | StmtPrinter.cpp | 1119 void StmtPrinter::VisitOMPMaskedDirective(OMPMaskedDirective *Node) { in VisitOMPMaskedDirective()
|
| /src/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 294 def OMPMaskedDirective : StmtNode<OMPExecutableDirective>;
|
| /src/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 6031 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 D | RecursiveASTVisitor.h | 3223 DEF_TRAVERSE_STMT(OMPMaskedDirective,
|
| /src/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2778 void ASTStmtReader::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective() 3873 S = OMPMaskedDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2842 void ASTStmtWriter::VisitOMPMaskedDirective(OMPMaskedDirective *D) { in VisitOMPMaskedDirective()
|
| /src/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 426 EmitOMPMaskedDirective(cast<OMPMaskedDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3831 void EmitOMPMaskedDirective(const OMPMaskedDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 4356 void CodeGenFunction::EmitOMPMaskedDirective(const OMPMaskedDirective &S) { in EmitOMPMaskedDirective()
|
| /src/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9945 TreeTransform<Derived>::TransformOMPMaskedDirective(OMPMaskedDirective *D) { in TransformOMPMaskedDirective()
|
| H A D | SemaOpenMP.cpp | 10796 return OMPMaskedDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses, in ActOnOpenMPMaskedDirective()
|