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 445 struct MethodVFTableLocation {
460 MethodVFTableLocation()
464 MethodVFTableLocation(uint64_t VBTableIndex, const CXXRecordDecl *VBase,
469 bool operator<(const MethodVFTableLocation &other) const {
482 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
521 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
  /external/clang/lib/AST/
VTableBuilder.cpp     [all...]
MicrosoftMangle.cpp 258 const MicrosoftVTableContext::MethodVFTableLocation &ML);
546 const MicrosoftVTableContext::MethodVFTableLocation &ML =
580 const MicrosoftVTableContext::MethodVFTableLocation &ML) {
    [all...]
  /external/clang/lib/CodeGen/
MicrosoftCXXABI.cpp 171 MicrosoftVTableContext::MethodVFTableLocation ML =
517 const MicrosoftVTableContext::MethodVFTableLocation &ML);
    [all...]

Completed in 856 milliseconds