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

  /frameworks/compile/slang/
slang_rs_export_func.h 61 mShouldMangle = Context->getMangleContext().shouldMangleDeclName(FD);
  /external/clang/lib/AST/
Mangle.cpp 98 bool MangleContext::shouldMangleDeclName(const NamedDecl *D) {
191 if (shouldMangleDeclName(ID))
242 if (!shouldMangleDeclName(ND) && ND->getIdentifier())
ItaniumMangle.cpp 477 if (!Context.shouldMangleDeclName(FD))
    [all...]
MicrosoftMangle.cpp 392 mangleFunctionEncoding(FD, Context.shouldMangleDeclName(FD));
    [all...]
Expr.cpp 491 if (MC->shouldMangleDeclName(ND)) {
    [all...]
  /external/clang/include/clang/AST/
Mangle.h 92 bool shouldMangleDeclName(const NamedDecl *D);
  /external/clang/lib/CodeGen/
CodeGenModule.cpp 621 if (getCXXABI().getMangleContext().shouldMangleDeclName(ND)) {
    [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 96 milliseconds