Searched refs:NoFunction (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DItaniumMangle.cpp342 bool NoFunction=false);
347 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
349 void mangleTemplatePrefix(const TemplateDecl *ND, bool NoFunction=false);
1252 bool NoFunction) {
1272 mangleTemplatePrefix(TD, NoFunction);
1276 manglePrefix(DC, NoFunction);
1342 manglePrefix(getEffectiveDeclContext(BD), true /*NoFunction*/);
1346 mangleNestedName(ND, getEffectiveDeclContext(ND), true /*NoFunction*/);
1488 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) { argument
1500 if (NoFunction
1250 mangleNestedName(const NamedDecl *ND, const DeclContext *DC, bool NoFunction) argument
1515 manglePrefix(getEffectiveDeclContext(ND), NoFunction); local
1545 mangleTemplatePrefix(const TemplateDecl *ND, bool NoFunction) argument
1563 manglePrefix(getEffectiveDeclContext(ND), NoFunction); local
[all...]

Completed in 114 milliseconds