Searched refs:OpenACCCombinedConstruct (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtOpenACC.cpp | 87 OpenACCCombinedConstruct * 88 OpenACCCombinedConstruct::CreateEmpty(const ASTContext &C, in CreateEmpty() 91 OpenACCCombinedConstruct::totalSizeToAlloc<const OpenACCClause *>( in CreateEmpty() 93 auto *Inst = new (Mem) OpenACCCombinedConstruct(NumClauses); in CreateEmpty() 97 OpenACCCombinedConstruct *OpenACCCombinedConstruct::Create( in Create() 102 OpenACCCombinedConstruct::totalSizeToAlloc<const OpenACCClause *>( in Create() 105 OpenACCCombinedConstruct(DK, BeginLoc, DirLoc, EndLoc, Clauses, Loop); in Create()
|
| H A D | StmtProfile.cpp | 2769 const OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
|
| H A D | StmtPrinter.cpp | 1203 void StmtPrinter::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
|
| H A D | TextNodeDumper.cpp | 3072 const OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | StmtOpenACC.h | 200 friend class OpenACCCombinedConstruct; variable 244 class OpenACCCombinedConstruct final 246 private llvm::TrailingObjects<OpenACCCombinedConstruct, 249 OpenACCCombinedConstruct(unsigned NumClauses) in OpenACCCombinedConstruct() function 258 OpenACCCombinedConstruct(OpenACCDirectiveKind K, SourceLocation Start, in OpenACCCombinedConstruct() function 278 static OpenACCCombinedConstruct *CreateEmpty(const ASTContext &C, 280 static OpenACCCombinedConstruct * 286 return const_cast<OpenACCCombinedConstruct *>(this)->getLoop(); in getLoop()
|
| H A D | TextNodeDumper.h | 415 void VisitOpenACCCombinedConstruct(const OpenACCCombinedConstruct *S);
|
| H A D | RecursiveASTVisitor.h | 4116 DEF_TRAVERSE_STMT(OpenACCCombinedConstruct,
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | JumpDiagnostics.cpp | 614 OpenACCCombinedConstruct *CC = cast<OpenACCCombinedConstruct>(S); in BuildScopeInformation()
|
| H A D | SemaOpenACC.cpp | 1979 return OpenACCCombinedConstruct::Create( in ActOnEndStmtDirective()
|
| H A D | TreeTransform.h | 12544 OpenACCCombinedConstruct *C) { in TransformOpenACCCombinedConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenStmtOpenACC.cpp | 221 const OpenACCCombinedConstruct &s) { in emitOpenACCCombinedConstruct()
|
| H A D | CIRGenStmt.cpp | 109 return emitOpenACCCombinedConstruct(cast<OpenACCCombinedConstruct>(*s)); in emitStmt()
|
| H A D | CIRGenFunction.h | 1265 emitOpenACCCombinedConstruct(const OpenACCCombinedConstruct &s);
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 311 def OpenACCCombinedConstruct : StmtNode<OpenACCAssociatedStmtConstruct>;
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 2864 void ASTStmtReader::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct() 4430 S = OpenACCCombinedConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 2943 void ASTStmtWriter::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 467 EmitOpenACCCombinedConstruct(cast<OpenACCCombinedConstruct>(*S)); in EmitStmt()
|
| H A D | CodeGenFunction.h | 4133 void EmitOpenACCCombinedConstruct(const OpenACCCombinedConstruct &S) {
|