Home
last modified time | relevance | path

Searched refs:OpenACCCombinedConstruct (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmtOpenACC.cpp87 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 DStmtProfile.cpp2769 const OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
H A DStmtPrinter.cpp1203 void StmtPrinter::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
H A DTextNodeDumper.cpp3072 const OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenACC.h200 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 DTextNodeDumper.h415 void VisitOpenACCCombinedConstruct(const OpenACCCombinedConstruct *S);
H A DRecursiveASTVisitor.h4116 DEF_TRAVERSE_STMT(OpenACCCombinedConstruct,
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DJumpDiagnostics.cpp614 OpenACCCombinedConstruct *CC = cast<OpenACCCombinedConstruct>(S); in BuildScopeInformation()
H A DSemaOpenACC.cpp1979 return OpenACCCombinedConstruct::Create( in ActOnEndStmtDirective()
H A DTreeTransform.h12544 OpenACCCombinedConstruct *C) { in TransformOpenACCCombinedConstruct()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenStmtOpenACC.cpp221 const OpenACCCombinedConstruct &s) { in emitOpenACCCombinedConstruct()
H A DCIRGenStmt.cpp109 return emitOpenACCCombinedConstruct(cast<OpenACCCombinedConstruct>(*s)); in emitStmt()
H A DCIRGenFunction.h1265 emitOpenACCCombinedConstruct(const OpenACCCombinedConstruct &s);
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DStmtNodes.td311 def OpenACCCombinedConstruct : StmtNode<OpenACCAssociatedStmtConstruct>;
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderStmt.cpp2864 void ASTStmtReader::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
4430 S = OpenACCCombinedConstruct::CreateEmpty(Context, NumClauses); in ReadStmtFromStream()
H A DASTWriterStmt.cpp2943 void ASTStmtWriter::VisitOpenACCCombinedConstruct(OpenACCCombinedConstruct *S) { in VisitOpenACCCombinedConstruct()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp467 EmitOpenACCCombinedConstruct(cast<OpenACCCombinedConstruct>(*S)); in EmitStmt()
H A DCodeGenFunction.h4133 void EmitOpenACCCombinedConstruct(const OpenACCCombinedConstruct &S) {