Searched defs:MethodVFTableLocation (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h416 struct MethodVFTableLocation { struct in class:clang::MicrosoftVFTableContext
427 MethodVFTableLocation() function in struct:clang::MicrosoftVFTableContext::MethodVFTableLocation
430 MethodVFTableLocation(uint64_t VBTableIndex, CharUnits VFTableOffset, function in struct:clang::MicrosoftVFTableContext::MethodVFTableLocation
435 bool operator<(const MethodVFTableLocation &other) const {
449 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
477 const MethodVFTableLocation &getMethodVFTableLocation(GlobalDecl GD);
/external/clang/lib/AST/
H A DVTableBuilder.cpp2461 typedef MicrosoftVFTableContext::MethodVFTableLocation MethodVFTableLocation; typedef in class:__anon15147::VFTableBuilder
2463 typedef llvm::DenseMap<GlobalDecl, MethodVFTableLocation>
2587 MethodVFTableLocation Loc(MI.VBTableIndex, WhichVFPtr.VFPtrOffset,
3180 std::map<MethodVFTableLocation, std::string> IndicesMap;
3209 for (std::map<MethodVFTableLocation, std::string>::const_iterator
3252 const MicrosoftVFTableContext::MethodVFTableLocation &

Completed in 45 milliseconds