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

References

tools/clang/lib/AST/Mangle.cpp
  122   if (const AsmLabelAttr *ALA = D->getAttr<AsmLabelAttr>()) {
  147   CCMangling CC = getCallingConvMangling(ASTContext, D);
  148   bool MCXX = shouldMangleCXXName(D);
  151     if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D))
  154       mangleCXXName(D, Out);
  167     Out << D->getIdentifier()->getName();
  168   else if (const ObjCMethodDecl *OMD = dyn_cast<ObjCMethodDecl>(D))
  171     mangleCXXName(D, Out);
  173   const FunctionDecl *FD = cast<FunctionDecl>(D);