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 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...]

Completed in 70 milliseconds