reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/StmtOpenMP.h
  903       DistCombinedFields.NLB = nullptr;
tools/clang/lib/AST/StmtOpenMP.cpp
 1308   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
 1379   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
 1711   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
 1783   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
 1937   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
 2013   Dir->setCombinedNextLowerBound(Exprs.DistCombinedFields.NLB);
tools/clang/lib/Sema/SemaOpenMP.cpp
 7576   Built.DistCombinedFields.NLB = CombNextLB.get();