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

References

tools/clang/lib/AST/Stmt.cpp
  257                        static_cast<const S *>(stmt)->getEndLoc());
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
10870       emitUpdateLocation(CGF, D.getEndLoc()), getThreadID(CGF, D.getEndLoc())};
10870       emitUpdateLocation(CGF, D.getEndLoc()), getThreadID(CGF, D.getEndLoc())};
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
 1229         *this, D.getEndLoc(), Privates, LHSExprs, RHSExprs, ReductionOps,
 1964       CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(),
 2478           CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(),
 2712       CGF.CGM.getOpenMPRuntime().emitForStaticFinish(CGF, S.getEndLoc(),
tools/clang/lib/Sema/TreeTransform.h
 7925       AssociatedStmt.get(), D->getBeginLoc(), D->getEndLoc());
tools/clang/lib/Serialization/ASTWriterStmt.cpp
 1960   Record.AddSourceLocation(E->getEndLoc());