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

  /external/clang/include/clang/AST/
Mangle.h 181 class MicrosoftMangleContext : public MangleContext {
183 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D)
236 static MicrosoftMangleContext *create(ASTContext &Context,
  /external/clang/lib/AST/
MicrosoftMangle.cpp 91 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
101 : MicrosoftMangleContext(Context, Diags) {}
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 437 MicrosoftMangleContext &getMangleContext() {
438 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]

Completed in 200 milliseconds