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

Declarations

tools/clang/lib/AST/ItaniumMangle.cpp
  501   void manglePrefix(const DeclContext *DC, bool NoFunction=false);

References

tools/clang/lib/AST/ItaniumMangle.cpp
 1527     manglePrefix(DC, NoFunction);
 1605       manglePrefix(getEffectiveDeclContext(BD), true /*NoFunction*/);
 1655   manglePrefix(getEffectiveDeclContext(Block));
 1846     manglePrefix(getEffectiveDeclContext(ND), NoFunction);
 1892     manglePrefix(getEffectiveDeclContext(ND), NoFunction);