Home
last modified time | relevance | path

Searched refs:OMPMetaDirective (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenMP.cpp262 OMPMetaDirective *OMPMetaDirective::Create(const ASTContext &C, in Create()
267 auto *Dir = createDirective<OMPMetaDirective>( in Create()
273 OMPMetaDirective *OMPMetaDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
276 return createEmptyDirective<OMPMetaDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp963 void StmtProfiler::VisitOMPMetaDirective(const OMPMetaDirective *S) { in VisitOMPMetaDirective()
H A DStmtPrinter.cpp741 void StmtPrinter::VisitOMPMetaDirective(OMPMetaDirective *Node) { in VisitOMPMetaDirective()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td225 def OMPMetaDirective : StmtNode<OMPExecutableDirective>;
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h6082 class OMPMetaDirective final : public OMPExecutableDirective {
6087 OMPMetaDirective(SourceLocation StartLoc, SourceLocation EndLoc) in OMPMetaDirective() function
6091 explicit OMPMetaDirective() in OMPMetaDirective() function
6099 static OMPMetaDirective *Create(const ASTContext &C, SourceLocation StartLoc,
6103 static OMPMetaDirective *CreateEmpty(const ASTContext &C, unsigned NumClauses,
H A DRecursiveASTVisitor.h3020 DEF_TRAVERSE_STMT(OMPMetaDirective,
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2407 void ASTStmtReader::VisitOMPMetaDirective(OMPMetaDirective *D) { in VisitOMPMetaDirective()
3432 S = OMPMetaDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2405 void ASTStmtWriter::VisitOMPMetaDirective(OMPMetaDirective *D) { in VisitOMPMetaDirective()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp208 EmitOMPMetaDirective(cast<OMPMetaDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3818 void EmitOMPMetaDirective(const OMPMetaDirective &S);
H A DCGStmtOpenMP.cpp1836 void CodeGenFunction::EmitOMPMetaDirective(const OMPMetaDirective &S) { in EmitOMPMetaDirective()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9191 TreeTransform<Derived>::TransformOMPMetaDirective(OMPMetaDirective *D) { in TransformOMPMetaDirective()