Searched refs:OMPErrorDirective (Results 1 – 13 of 13) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenMP.cpp | 842 OMPErrorDirective *OMPErrorDirective::Create(const ASTContext &C, in Create() 846 return createDirective<OMPErrorDirective>( in Create() 851 OMPErrorDirective *OMPErrorDirective::CreateEmpty(const ASTContext &C, in CreateEmpty() 854 return createEmptyDirective<OMPErrorDirective>(C, NumClauses); in CreateEmpty()
|
| H A D | StmtProfile.cpp | 1107 void StmtProfiler::VisitOMPErrorDirective(const OMPErrorDirective *S) { in VisitOMPErrorDirective()
|
| H A D | StmtPrinter.cpp | 891 void StmtPrinter::VisitOMPErrorDirective(OMPErrorDirective *Node) { in VisitOMPErrorDirective()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 303 def OMPErrorDirective : StmtNode<OMPExecutableDirective>;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenMP.h | 6514 class OMPErrorDirective final : public OMPExecutableDirective { 6522 OMPErrorDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPErrorDirective() function 6527 explicit OMPErrorDirective() in OMPErrorDirective() function 6538 static OMPErrorDirective *Create(const ASTContext &C, SourceLocation StartLoc, 6546 static OMPErrorDirective *CreateEmpty(const ASTContext &C,
|
| H A D | RecursiveASTVisitor.h | 3299 DEF_TRAVERSE_STMT(OMPErrorDirective,
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2568 void ASTStmtReader::VisitOMPErrorDirective(OMPErrorDirective *D) { in VisitOMPErrorDirective() 3712 S = OMPErrorDirective::CreateEmpty( in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2645 void ASTStmtWriter::VisitOMPErrorDirective(OMPErrorDirective *D) { in VisitOMPErrorDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 277 EmitOMPErrorDirective(cast<OMPErrorDirective>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 3877 void EmitOMPErrorDirective(const OMPErrorDirective &S);
|
| H A D | CGStmtOpenMP.cpp | 5543 void CodeGenFunction::EmitOMPErrorDirective(const OMPErrorDirective &S) { in EmitOMPErrorDirective()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | TreeTransform.h | 9886 TreeTransform<Derived>::TransformOMPErrorDirective(OMPErrorDirective *D) { in TransformOMPErrorDirective()
|
| H A D | SemaOpenMP.cpp | 11097 return OMPErrorDirective::Create(getASTContext(), StartLoc, EndLoc, Clauses); in ActOnOpenMPErrorDirective()
|