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

References

tools/clang/include/clang/AST/CurrentSourceLocExprScope.h
   55     if ((Enable = (Current.getDefaultExpr() == nullptr)))
tools/clang/lib/AST/ExprConstant.cpp
 7890         Info.Ctx, Info.CurrentCall->CurSourceLocExprScope.getDefaultExpr());
 9860       Info.Ctx, Info.CurrentCall->CurSourceLocExprScope.getDefaultExpr());
tools/clang/lib/CodeGen/CGExprScalar.cpp
  646         SLE->EvaluateInContext(Ctx, CGF.CurSourceLocExprScope.getDefaultExpr());