Searched refs:OMPDependClause (Results 1 - 13 of 13) sorted by relevance

/external/clang/lib/AST/
H A DOpenMPClause.cpp521 OMPDependClause *OMPDependClause::Create(
526 OMPDependClause *Clause =
527 new (Mem) OMPDependClause(StartLoc, LParenLoc, EndLoc, VL.size());
536 OMPDependClause *OMPDependClause::CreateEmpty(const ASTContext &C, unsigned N) {
538 return new (Mem) OMPDependClause(N);
541 void OMPDependClause::setCounterValue(Expr *V) {
547 const Expr *OMPDependClause::getCounterValue() const {
554 Expr *OMPDependClause
[all...]
H A DStmtPrinter.cpp887 void OMPClausePrinter::VisitOMPDependClause(OMPDependClause *Node) {
H A DStmtProfile.cpp491 void OMPClauseProfiler::VisitOMPDependClause(const OMPDependClause *C) {
/external/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h40 class OMPDependClause;
1039 const OMPDependClause *C);
H A DCGStmtOpenMP.cpp2487 for (const auto *C : S.getClausesOfKind<OMPDependClause>())
2758 for (const auto *DC : S.getClausesOfKind<OMPDependClause>())
H A DCGOpenMPRuntime.cpp6573 const OMPDependClause *C) {
/external/clang/include/clang/AST/
H A DOpenMPClause.h2578 class OMPDependClause final
2579 : public OMPVarListClause<OMPDependClause>,
2580 private llvm::TrailingObjects<OMPDependClause, Expr *> {
2597 OMPDependClause(SourceLocation StartLoc, SourceLocation LParenLoc, function in class:clang::final
2599 : OMPVarListClause<OMPDependClause>(OMPC_depend, StartLoc, LParenLoc,
2607 explicit OMPDependClause(unsigned N) function in class:clang::final
2608 : OMPVarListClause<OMPDependClause>(OMPC_depend, SourceLocation(),
2632 static OMPDependClause *
2641 static OMPDependClause *CreateEmpty(const ASTContext &C, unsigned N);
H A DRecursiveASTVisitor.h2874 bool RecursiveASTVisitor<Derived>::VisitOMPDependClause(OMPDependClause *C) {
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp80 typedef llvm::DenseMap<OMPDependClause *, OperatorOffsetTy>
371 void addDoacrossDependClause(OMPDependClause *C, OperatorOffsetTy &OpsOffs) {
5962 if (auto *DC = dyn_cast<OMPDependClause>(C)) {
10270 auto *C = OMPDependClause::Create(Context, StartLoc, LParenLoc, EndLoc,
H A DTreeTransform.h7998 TreeTransform<Derived>::TransformOMPDependClause(OMPDependClause *C) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1871 C = OMPDependClause::CreateEmpty(Context, Record[Idx++]);
2243 void OMPClauseReader::VisitOMPDependClause(OMPDependClause *C) {
H A DASTWriterStmt.cpp2018 void OMPClauseWriter::VisitOMPDependClause(OMPDependClause *C) {
/external/clang/tools/libclang/
H A DCIndex.cpp2261 void OMPClauseEnqueue::VisitOMPDependClause(const OMPDependClause *C) {

Completed in 286 milliseconds