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

/external/clang/lib/AST/
H A DOpenMPClause.cpp350 OMPAlignedClause *
351 OMPAlignedClause::Create(const ASTContext &C, SourceLocation StartLoc,
355 OMPAlignedClause *Clause = new (Mem)
356 OMPAlignedClause(StartLoc, LParenLoc, ColonLoc, EndLoc, VL.size());
362 OMPAlignedClause *OMPAlignedClause::CreateEmpty(const ASTContext &C,
365 return new (Mem) OMPAlignedClause(NumVars);
H A DStmtPrinter.cpp852 void OMPClausePrinter::VisitOMPAlignedClause(OMPAlignedClause *Node) {
H A DStmtProfile.cpp452 void OMPClauseProfiler::VisitOMPAlignedClause(const OMPAlignedClause *C) {
/external/clang/include/clang/AST/
H A DOpenMPClause.h2110 class OMPAlignedClause final
2111 : public OMPVarListClause<OMPAlignedClause>,
2112 private llvm::TrailingObjects<OMPAlignedClause, Expr *> {
2130 OMPAlignedClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
2133 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, StartLoc, LParenLoc,
2141 explicit OMPAlignedClause(unsigned NumVars) function in class:clang::final
2142 : OMPVarListClause<OMPAlignedClause>(OMPC_aligned, SourceLocation(),
2157 static OMPAlignedClause *Create(const ASTContext &C, SourceLocation StartLoc,
2168 static OMPAlignedClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
H A DRecursiveASTVisitor.h2808 bool RecursiveASTVisitor<Derived>::VisitOMPAlignedClause(OMPAlignedClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1859 C = OMPAlignedClause::CreateEmpty(Context, Record[Idx++]);
2177 void OMPClauseReader::VisitOMPAlignedClause(OMPAlignedClause *C) {
H A DASTWriterStmt.cpp1976 void OMPClauseWriter::VisitOMPAlignedClause(OMPAlignedClause *C) {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1395 for (const auto *Clause : D.getClausesOfKind<OMPAlignedClause>()) {
/external/clang/tools/libclang/
H A DCIndex.cpp2229 void OMPClauseEnqueue::VisitOMPAlignedClause(const OMPAlignedClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp9898 return OMPAlignedClause::Create(Context, StartLoc, LParenLoc, ColonLoc,
H A DTreeTransform.h7935 TreeTransform<Derived>::TransformOMPAlignedClause(OMPAlignedClause *C) {

Completed in 334 milliseconds