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

/external/clang/lib/AST/
H A DOpenMPClause.cpp50 return static_cast<const OMPLinearClause *>(C);
112 return static_cast<const OMPLinearClause *>(C);
291 void OMPLinearClause::setPrivates(ArrayRef<Expr *> PL) {
297 void OMPLinearClause::setInits(ArrayRef<Expr *> IL) {
303 void OMPLinearClause::setUpdates(ArrayRef<Expr *> UL) {
309 void OMPLinearClause::setFinals(ArrayRef<Expr *> FL) {
315 OMPLinearClause *OMPLinearClause::Create(
324 OMPLinearClause *Clause = new (Mem) OMPLinearClause(
[all...]
H A DStmtPrinter.cpp834 void OMPClausePrinter::VisitOMPLinearClause(OMPLinearClause *Node) {
H A DStmtProfile.cpp428 void OMPClauseProfiler::VisitOMPLinearClause(const OMPLinearClause *C) {
/external/clang/include/clang/AST/
H A DOpenMPClause.h1878 class OMPLinearClause final
1879 : public OMPVarListClause<OMPLinearClause>,
1881 private llvm::TrailingObjects<OMPLinearClause, Expr *> {
1906 OMPLinearClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
1910 : OMPVarListClause<OMPLinearClause>(OMPC_linear, StartLoc, LParenLoc,
1919 explicit OMPLinearClause(unsigned NumVars) function in class:clang::final
1920 : OMPVarListClause<OMPLinearClause>(OMPC_linear, SourceLocation(),
1997 static OMPLinearClause *
2009 static OMPLinearClause *CreateEmpty(const ASTContext &C, unsigned NumVars);
H A DRecursiveASTVisitor.h2787 bool RecursiveASTVisitor<Derived>::VisitOMPLinearClause(OMPLinearClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp1110 static bool FinishOpenMPLinearClause(OMPLinearClause &Clause, DeclRefExpr *IV,
1791 SmallVector<OMPLinearClause *, 4> LCs;
1827 LCs.push_back(cast<OMPLinearClause>(Clause));
5476 if (auto LC = dyn_cast<OMPLinearClause>(C))
5530 if (auto LC = dyn_cast<OMPLinearClause>(C))
5567 if (auto LC = dyn_cast<OMPLinearClause>(C))
5784 if (auto LC = dyn_cast<OMPLinearClause>(C))
5826 if (auto LC = dyn_cast<OMPLinearClause>(C))
6802 if (auto LC = dyn_cast<OMPLinearClause>(C))
7041 if (auto LC = dyn_cast<OMPLinearClause>(
[all...]
H A DTreeTransform.h7916 TreeTransform<Derived>::TransformOMPLinearClause(OMPLinearClause *C) {
/external/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1259 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1325 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1360 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
1486 for (const auto *C : D.getClausesOfKind<OMPLinearClause>()) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1856 C = OMPLinearClause::CreateEmpty(Context, Record[Idx++]);
2145 void OMPClauseReader::VisitOMPLinearClause(OMPLinearClause *C) {
H A DASTWriterStmt.cpp1950 void OMPClauseWriter::VisitOMPLinearClause(OMPLinearClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp2211 void OMPClauseEnqueue::VisitOMPLinearClause(const OMPLinearClause *C) {

Completed in 205 milliseconds