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

References

tools/clang/lib/CodeGen/CGCall.cpp
 3094   if (hasAggregateEvaluationKind(type) && !CurFuncIsThunk &&
tools/clang/lib/CodeGen/CGDecl.cpp
 2399     if (hasAggregateEvaluationKind(Ty) && !CurFuncIsThunk &&
 2498         !CurFuncIsThunk) {
tools/clang/lib/CodeGen/CGVTables.cpp
  240   CurFuncIsThunk = true;
tools/clang/lib/CodeGen/CodeGenFunction.cpp
  863     DI->EmitFunctionStart(GD, Loc, StartLoc, FnType, CurFn, CurFuncIsThunk,
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 1496   if (!CGF.CurFuncIsThunk && MD->isVirtual()) {
 2010   CGF.CurFuncIsThunk = true;