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

  /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/AST/
MicrosoftMangle.cpp 82 virtual bool shouldMangleDeclName(const NamedDecl *D);
120 bool MicrosoftMangleContext::shouldMangleDeclName(const NamedDecl *D) {
186 if (!Context.shouldMangleDeclName(FD))
    [all...]
ItaniumMangle.cpp 118 bool shouldMangleDeclName(const NamedDecl *D);
376 bool ItaniumMangleContext::shouldMangleDeclName(const NamedDecl *D) {
458 if (!Context.shouldMangleDeclName(FD))
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 322 if (!getCXXABI().getMangleContext().shouldMangleDeclName(ND)) {
    [all...]

Completed in 59 milliseconds