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

References

tools/clang/lib/Sema/SemaOpenMP.cpp
 6593   if (ISC.checkAndSetInit(Init))
 6599   if (ValueDecl *LCDecl = ISC.getLoopDecl()) {
 6628     HasErrors |= ISC.checkAndSetCond(For ? For->getCond() : CXXFor->getCond());
 6631     HasErrors |= ISC.checkAndSetInc(For ? For->getInc() : CXXFor->getInc());
 6634   if (ISC.dependent() || SemaRef.CurContext->isDependentContext() || HasErrors)
 6638   ResultIterSpaces[CurrentNestedLoopCount].PreCond = ISC.buildPreCond(
 6641       ISC.buildNumIterations(DSA.getCurScope(), ResultIterSpaces,
 6647       ISC.buildCounterVar(Captures, DSA);
 6649       ISC.buildPrivateCounterVar();
 6650   ResultIterSpaces[CurrentNestedLoopCount].CounterInit = ISC.buildCounterInit();
 6651   ResultIterSpaces[CurrentNestedLoopCount].CounterStep = ISC.buildCounterStep();
 6652   ResultIterSpaces[CurrentNestedLoopCount].InitSrcRange = ISC.getInitSrcRange();
 6654       ISC.getConditionSrcRange();
 6656       ISC.getIncrementSrcRange();
 6657   ResultIterSpaces[CurrentNestedLoopCount].Subtract = ISC.shouldSubtractStep();
 6659       ISC.isStrictTestOp();
 6662       ISC.buildMinMaxValues(DSA.getCurScope(), Captures);
 6664       ISC.buildFinalCondition(DSA.getCurScope());
 6666       ISC.doesInitDependOnLC();
 6668       ISC.doesCondDependOnLC();
 6670       ISC.getLoopDependentIdx();
 6704         CntValue = ISC.buildOrderedLoopData(
 6709         CntValue = ISC.buildOrderedLoopData(