Home | History | Annotate | Download | only in AST

Lines Matching refs:NoFunction

90   void manglePostfix(const DeclContext *DC, bool NoFunction=false);
549 bool NoFunction) {
564 return manglePostfix(DC->getParent(), NoFunction);
567 if (NoFunction && (isa<FunctionDecl>(DC) || isa<ObjCMethodDecl>(DC)))
575 manglePostfix(DC->getParent(), NoFunction);