HomeSort by relevance Sort by last modified time
    Searched refs:NoFunction (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/AST/
ItaniumMangle.cpp 309 bool NoFunction=false);
314 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
    [all...]
MicrosoftMangle.cpp 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);
    [all...]

Completed in 521 milliseconds