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

  /external/clang/include/clang/AST/
VTableBuilder.h 466 struct MethodVFTableLocation {
481 MethodVFTableLocation()
485 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase,
490 bool operator<(const MethodVFTableLocation &other) const {
503 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
542 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
MicrosoftMangle.cpp 264 const MicrosoftVTableContext::MethodVFTableLocation &ML);
565 const MicrosoftVTableContext::MethodVFTableLocation &ML =
603 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 220 MicrosoftVTableContext::MethodVFTableLocation ML =
611 const MicrosoftVTableContext::MethodVFTableLocation &ML);
    [all...]

Completed in 127 milliseconds