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 604 return CreateMicrosoftCXXABI(*this);
    [all...]
  /external/clang/lib/CodeGen/
CGCXXABI.h 332 CGCXXABI *CreateMicrosoftCXXABI(CodeGenModule &CGM);
MicrosoftCXXABI.cpp 354 CGCXXABI *clang::CodeGen::CreateMicrosoftCXXABI(CodeGenModule &CGM) {
CodeGenModule.cpp 65 return *CreateMicrosoftCXXABI(CGM);
    [all...]

Completed in 796 milliseconds