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

  /external/clang/lib/AST/
Mangle.cpp 55 if (shouldMangleDeclName(ID))
97 if (!shouldMangleDeclName(ND) && ND->getIdentifier())
MicrosoftMangle.cpp 147 virtual bool shouldMangleDeclName(const NamedDecl *D);
188 bool MicrosoftMangleContext::shouldMangleDeclName(const NamedDecl *D) {
267 if (!Context.shouldMangleDeclName(FD))
    [all...]
ItaniumMangle.cpp 128 bool shouldMangleDeclName(const NamedDecl *D);
388 bool ItaniumMangleContext::shouldMangleDeclName(const NamedDecl *D) {
481 if (!Context.shouldMangleDeclName(FD))
    [all...]
  /frameworks/compile/slang/
slang_rs_export_func.h 61 mShouldMangle = Context->getMangleContext().shouldMangleDeclName(FD);
  /external/clang/include/clang/AST/
Mangle.h 99 virtual bool shouldMangleDeclName(const NamedDecl *D) = 0;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 423 if (!getCXXABI().getMangleContext().shouldMangleDeclName(ND)) {
    [all...]

Completed in 86 milliseconds