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 167 class MicrosoftMangleContext : public MangleContext {
169 explicit MicrosoftMangleContext(ASTContext &C, DiagnosticsEngine &D)
208 static MicrosoftMangleContext *create(ASTContext &Context,
  /external/clang/lib/AST/
MicrosoftMangle.cpp 88 class MicrosoftMangleContextImpl : public MicrosoftMangleContext {
96 : MicrosoftMangleContext(Context, Diags) {}
    [all...]
ASTContext.cpp     [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 405 MicrosoftMangleContext &getMangleContext() {
406 return cast<MicrosoftMangleContext>(CodeGen::CGCXXABI::getMangleContext());
    [all...]

Completed in 1947 milliseconds