Home
last modified time | relevance | path

Searched refs:OMPCriticalDirective (Results 1 – 14 of 14) sorted by relevance

/llvm-project-15.0.7/clang/lib/AST/
H A DStmtOpenMP.cpp564 OMPCriticalDirective *OMPCriticalDirective::Create( in Create()
568 return createDirective<OMPCriticalDirective>(C, Clauses, AssociatedStmt, in Create()
573 OMPCriticalDirective *OMPCriticalDirective::CreateEmpty(const ASTContext &C, in CreateEmpty()
576 return createEmptyDirective<OMPCriticalDirective>(C, NumClauses, in CreateEmpty()
H A DStmtProfile.cpp971 void StmtProfiler::VisitOMPCriticalDirective(const OMPCriticalDirective *S) { in VisitOMPCriticalDirective()
H A DStmtPrinter.cpp787 void StmtPrinter::VisitOMPCriticalDirective(OMPCriticalDirective *Node) { in VisitOMPCriticalDirective()
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DStmtNodes.td236 def OMPCriticalDirective : StmtNode<OMPExecutableDirective>;
/llvm-project-15.0.7/clang/include/clang/AST/
H A DStmtOpenMP.h2023 class OMPCriticalDirective : public OMPExecutableDirective {
2034 OMPCriticalDirective(const DeclarationNameInfo &Name, SourceLocation StartLoc, in OMPCriticalDirective() function
2042 explicit OMPCriticalDirective() in OMPCriticalDirective() function
2063 static OMPCriticalDirective *
2073 static OMPCriticalDirective *CreateEmpty(const ASTContext &C,
H A DRecursiveASTVisitor.h2983 DEF_TRAVERSE_STMT(OMPCriticalDirective, {
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderStmt.cpp2357 void ASTStmtReader::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
3309 S = OMPCriticalDirective::CreateEmpty( in ReadStmtFromStream()
H A DASTWriterStmt.cpp2278 void ASTStmtWriter::VisitOMPCriticalDirective(OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp237 EmitOMPCriticalDirective(cast<OMPCriticalDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3515 void EmitOMPCriticalDirective(const OMPCriticalDirective &S);
H A DCGStmtOpenMP.cpp4288 void CodeGenFunction::EmitOMPCriticalDirective(const OMPCriticalDirective &S) { in EmitOMPCriticalDirective()
/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp2060 return cast<OMPCriticalDirective>(S)->getDirectiveName(); in get()
2151 void VisitOMPCriticalDirective(const OMPCriticalDirective *D);
3064 void EnqueueVisitor::VisitOMPCriticalDirective(const OMPCriticalDirective *D) { in VisitOMPCriticalDirective()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOpenMP.cpp127 llvm::StringMap<std::pair<const OMPCriticalDirective *, llvm::APSInt>>;
486 void addCriticalWithHint(const OMPCriticalDirective *D, llvm::APSInt Hint) { in addCriticalWithHint()
489 const std::pair<const OMPCriticalDirective *, llvm::APSInt>
10778 auto *Dir = OMPCriticalDirective::Create(Context, DirName, StartLoc, EndLoc, in ActOnOpenMPCriticalDirective()
H A DTreeTransform.h8598 DirName = cast<OMPCriticalDirective>(D)->getDirectiveName(); in TransformOMPExecutableDirective()
8734 TreeTransform<Derived>::TransformOMPCriticalDirective(OMPCriticalDirective *D) { in TransformOMPCriticalDirective()