Searched refs:OMPAlignedClause (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp522 OMPAlignedClause *
523 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
527 OMPAlignedClause *Clause = new (Mem)
528 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
534 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C,
537 return new (Mem) OMPAlignedClause(NumVars);
1538 void OMPClausePrinter::VisitOMPAlignedClause(OMPAlignedClause *Node) {
H A DStmtProfile.cpp674 void OMPClauseProfiler::VisitOMPAlignedClause(const OMPAlignedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h3443 class OMPAlignedClause final
3444 : public OMPVarListClause<OMPAlignedClause>,
3445 private llvm::TrailingObjects<OMPAlignedClause, Expr *> {
3463 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
3466 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, StartLoc, LParenLoc,
3473 explicit OMPAlignedClause(unsigned NumVars) function in class:clang::final
3474 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, SourceLocation(),
3488 static OMPAlignedClause *Create(const ASTContext &C, SourceLocation StartLoc,
3498 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
3518 auto Children = const_cast<OMPAlignedClause *>(thi
[all...]
H A DRecursiveASTVisitor.h3219 bool RecursiveASTVisitor<Derived>::VisitOMPAlignedClause(OMPAlignedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6295 void OMPClauseWriter::VisitOMPAlignedClause(OMPAlignedClause *C) {
H A DASTReader.cpp11629 C = OMPAlignedClause::CreateEmpty(Context, Record.readInt());
12076 void OMPClauseReader::VisitOMPAlignedClause(OMPAlignedClause *C) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1651 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DTreeTransform.h9065 TreeTransform<Derived>::TransformOMPAlignedClause(OMPAlignedClause *C) {
H A DSemaOpenMP.cpp14682 return OMPAlignedClause::Create(Context, StartLoc, LParenLoc, ColonLoc,

Completed in 259 milliseconds