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

  /external/clang/lib/AST/
CXXABI.h 45 CXXABI *CreateMicrosoftCXXABI(ASTContext &Ctx);
MicrosoftCXXABI.cpp 68 CXXABI *clang::CreateMicrosoftCXXABI(ASTContext &Ctx) {
ASTContext.cpp 196 return CreateMicrosoftCXXABI(*this);
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 92 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
CGCXXABI.h 257 CGCXXABI *CreateMicrosoftCXXABI(CodeGenModule &CGM);
CodeGenModule.cpp 57 case CXXABI_Microsoft: return *CreateMicrosoftCXXABI(CGM);
    [all...]

Completed in 33 milliseconds