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

References

tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1834     CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(),
 2070   OuterLoopArgs.Cond = S.getCond();
 2127                            : S.getCond();
 2468             StaticChunkedOne ? S.getCombinedParForInDistCond() : S.getCond(),
 3508                 : S.getCond();
 5056     CGF.EmitOMPInnerLoop(S, LoopScope.requiresCleanups(), S.getCond(),
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1978   Record.AddStmt(D->getCond());