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

  /external/clang/lib/AST/
MicrosoftMangle.cpp 53 void manglePostfix(const DeclContext *DC, bool NoFunction=false);
365 bool NoFunction) {
382 return manglePostfix(DC->getParent(), NoFunction);
385 if (NoFunction && (isa<FunctionDecl>(DC) || isa<ObjCMethodDecl>(DC)))
391 manglePostfix(DC->getParent(), NoFunction);
    [all...]
ItaniumMangle.cpp 308 bool NoFunction=false);
313 void manglePrefix(const DeclContext *DC, bool NoFunction=false);
    [all...]

Completed in 54 milliseconds