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

  /external/clang/lib/CodeGen/
CGVTables.h 75 MicrosoftVTableContext &getMicrosoftVTableContext() {
MicrosoftCXXABI.cpp 157 CGM.getMicrosoftVTableContext().getMethodVFTableLocation(MD);
751 CGM.getMicrosoftVTableContext().getVBTableIndex(ClassDecl, BaseClassDecl);
    [all...]
CodeGenModule.h 605 MicrosoftVTableContext &getMicrosoftVTableContext() {
606 return VTables.getMicrosoftVTableContext();
    [all...]

Completed in 95 milliseconds