HomeSort by relevance Sort by last modified time
    Searched defs:MethodVFTableLocation (Results 1 - 2 of 2) 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...]

Completed in 247 milliseconds