Home
last modified time | relevance | path

Searched refs:StructuredBlock (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang-tools-extra/clang-tidy/openmp/
H A DExceptionEscapeCheck.cpp55 const auto *StructuredBlock = in check() local
57 assert(StructuredBlock && "Expected to get some OpenMP Structured Block."); in check()
59 if (Tracer.analyze(StructuredBlock).getBehaviour() != in check()
66 diag(StructuredBlock->getBeginLoc(), in check()
/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h154 Stmt *StructuredBlock) in OpenACCComputeConstruct() argument
156 DirectiveLoc, End, StructuredBlock) { in OpenACCComputeConstruct()
181 ArrayRef<const OpenACCClause *> Clauses, Stmt *StructuredBlock);
268 Stmt *StructuredBlock)
270 DirectiveLoc, End, StructuredBlock) {
292 ArrayRef<const OpenACCClause *> Clauses, Stmt *StructuredBlock);
321 Stmt *StructuredBlock)
324 DirectiveLoc, End, StructuredBlock) {
343 Stmt *StructuredBlock);
446 Stmt *StructuredBlock)
[all...]
/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp30 ArrayRef<const OpenACCClause *> Clauses, Stmt *StructuredBlock) { in Create()
35 Clauses, StructuredBlock); in Create()
127 Stmt *StructuredBlock) {
132 OpenACCDataConstruct(Start, DirectiveLoc, End, Clauses, StructuredBlock);
191 Stmt *StructuredBlock) {
196 Clauses, StructuredBlock);
31 Create(const ASTContext & C,OpenACCDirectiveKind K,SourceLocation BeginLoc,SourceLocation DirLoc,SourceLocation EndLoc,ArrayRef<const OpenACCClause * > Clauses,Stmt * StructuredBlock,ArrayRef<OpenACCLoopConstruct * > AssociatedLoopConstructs) Create() argument