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

  /frameworks/compile/slang/
slang_rs_export_func.h 61 mShouldMangle = Context->getMangleContext().shouldMangleDeclName(FD);
  /external/clang/lib/AST/
Mangle.cpp 73 if (shouldMangleDeclName(ID))
118 if (!shouldMangleDeclName(ND) && ND->getIdentifier())
MicrosoftMangle.cpp 136 virtual bool shouldMangleDeclName(const NamedDecl *D);
174 bool MicrosoftMangleContext::shouldMangleDeclName(const NamedDecl *D) {
248 if (!Context.shouldMangleDeclName(FD))
    [all...]
ItaniumMangle.cpp 119 bool shouldMangleDeclName(const NamedDecl *D);
359 bool ItaniumMangleContext::shouldMangleDeclName(const NamedDecl *D) {
451 if (!Context.shouldMangleDeclName(FD))
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 99 virtual bool shouldMangleDeclName(const NamedDecl *D) = 0;
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 399 if (!getCXXABI().getMangleContext().shouldMangleDeclName(ND)) {
    [all...]

Completed in 272 milliseconds