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

References

tools/clang/lib/Sema/SemaType.cpp
 7007   if (S.CheckCallingConvAttr(attr, CC))
 7014   if (CCOld != CC) {
 7019         << FunctionType::getNameForCallConv(CC)
 7033   if (!supportsVariadicCall(CC)) {
 7038       if (CC == CC_X86StdCall || CC == CC_X86FastCall)
 7038       if (CC == CC_X86StdCall || CC == CC_X86FastCall)
 7040                << FunctionType::getNameForCallConv(CC)
 7045              << FunctionType::getNameForCallConv(CC);
 7050   if (CC == CC_X86FastCall && fn->getHasRegParm()) {
 7061   if (CCOld == CC) {
 7064     auto EI = unwrapped.get()->getExtInfo().withCallingConv(CC);