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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 5403   bool doesCondDependOnLC() const { return CondDependOnLC.hasValue(); }
 5406     return InitDependOnLC.getValueOr(CondDependOnLC.getValueOr(0));
 5470   CondDependOnLC = doesDependOnLoopCounter(UB, /*IsInitializer=*/false);
 5960                                CondDependOnLC.getValueOr(0))];
 6036     if (CondDependOnLC) {
 6040                                CondDependOnLC.getValueOr(0))];
 6216                                            : CondDependOnLC.hasValue();
 6217   bool UBNonRect = TestIsLessOp.getValue() ? CondDependOnLC.hasValue()
 6319   if (InitDependOnLC || CondDependOnLC)
 6331   if (CondDependOnLC || InitDependOnLC)