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

Declarations

tools/clang/include/clang/AST/Type.h
 3678   static StringRef getNameForCallConv(CallingConv CC);

References

tools/clang/lib/AST/JSONNodeDumper.cpp
  495   JOS.attribute("cc", FunctionType::getNameForCallConv(E.getCC()));
tools/clang/lib/AST/TextNodeDumper.cpp
 1139   OS << " " << FunctionType::getNameForCallConv(EI.getCC());
tools/clang/lib/Sema/SemaCast.cpp
 1915   StringRef SrcCCName = FunctionType::getNameForCallConv(SrcCC);
 1916   StringRef DstCCName = FunctionType::getNameForCallConv(DstCC);
tools/clang/lib/Sema/SemaDecl.cpp
 3303           << FunctionType::getNameForCallConv(NewTypeInfo.getCC())
 3311         << FunctionType::getNameForCallConv(NewTypeInfo.getCC())
 3314             FunctionType::getNameForCallConv(FI.getCC()));
 9110             << FunctionType::getNameForCallConv(CC);
tools/clang/lib/Sema/SemaType.cpp
 6939         << FunctionType::getNameForCallConv(CC)
 7019         << FunctionType::getNameForCallConv(CC)
 7020         << FunctionType::getNameForCallConv(CCOld);
 7040                << FunctionType::getNameForCallConv(CC)
 7045              << FunctionType::getNameForCallConv(CC);
 7052         << "regparm" << FunctionType::getNameForCallConv(CC_X86FastCall);
 7105           << FunctionType::getNameForCallConv(CurCC)