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

References

tools/clang/lib/CodeGen/CGCall.cpp
 1609           ArgInfo.getPaddingType();
 1614     switch (ArgInfo.getKind()) {
 1633       llvm::Type *argType = ArgInfo.getCoerceToType();
 1635       if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) {
 1635       if (st && ArgInfo.isDirect() && ArgInfo.getCanBeFlattened()) {
 1648       for (auto EltTy : ArgInfo.getCoerceAndExpandTypeSequence()) {