Home | History | Annotate | Download | only in AST

Lines Matching refs:NoFunction

309                         bool NoFunction=false);
314 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
1215 bool NoFunction) {
1234 manglePrefix(DC, NoFunction);
1299 mangleNestedName(ND, DC, true /*NoFunction*/);
1391 void CXXNameMangler::manglePrefix(const DeclContext *DC, bool NoFunction) {
1404 manglePrefix(getEffectiveParentContext(DC), NoFunction);
1423 else if(NoFunction && (isa<FunctionDecl>(ND) || isa<ObjCMethodDecl>(ND)))
1428 manglePrefix(getEffectiveDeclContext(ND), NoFunction);