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

  /external/clang/lib/CodeGen/
CGVTables.h 75 MicrosoftVTableContext &getMicrosoftVTableContext() {
76 return *cast<MicrosoftVTableContext>(VTContext);
MicrosoftCXXABI.cpp 220 MicrosoftVTableContext::MethodVFTableLocation ML =
322 MicrosoftVTableContext &VTContext = CGM.getMicrosoftVTableContext();
611 const MicrosoftVTableContext::MethodVFTableLocation &ML);
    [all...]
CodeGenModule.h 632 MicrosoftVTableContext &getMicrosoftVTableContext() {
    [all...]
CGDebugInfo.cpp     [all...]
  /external/clang/include/clang/AST/
VTableBuilder.h 464 class MicrosoftVTableContext : public VTableContextBase {
532 MicrosoftVTableContext(ASTContext &Context)
535 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
VTableBuilder.h 460 class MicrosoftVTableContext : public VTableContextBase {
530 MicrosoftVTableContext(ASTContext &Context)
533 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
VTableBuilder.h 460 class MicrosoftVTableContext : public VTableContextBase {
530 MicrosoftVTableContext(ASTContext &Context)
533 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
VTableBuilder.h 482 class MicrosoftVTableContext : public VTableContextBase {
552 MicrosoftVTableContext(ASTContext &Context)
555 ~MicrosoftVTableContext() override;
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
MicrosoftMangle.cpp 302 const MicrosoftVTableContext::MethodVFTableLocation &ML);
599 MicrosoftVTableContext *VTContext =
600 cast<MicrosoftVTableContext>(getASTContext().getVTableContext());
601 const MicrosoftVTableContext::MethodVFTableLocation &ML =
639 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
    [all...]
ASTContext.cpp     [all...]

Completed in 1896 milliseconds