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

References

tools/clang/lib/CodeGen/CGStmt.cpp
 2403   SourceLocation Loc = S.getBeginLoc();
 2436           EmitLoadOfLValue(EmitLValueForField(Base, FD), S.getBeginLoc())
tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
  410         Ctx, Ctx.getTranslationUnitDecl(), FO.S->getBeginLoc(),
  482                     FO.S->getBeginLoc(), CD->getBody()->getBeginLoc());
  616       CallArg = WrapperCGF.EmitLoadOfScalar(LV, S.getBeginLoc());
  625         CallArg = WrapperCGF.EmitLoadOfScalar(LV, S.getBeginLoc());
  630   CGM.getOpenMPRuntime().emitOutlinedFunctionCall(WrapperCGF, S.getBeginLoc(),
tools/clang/lib/Sema/TreeTransform.h
13366   SourceLocation Loc = S->getBeginLoc();