HomeSort by relevance Sort by last modified time
    Searched defs:ThunkInfoVectorTy (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/AST/
VTableBuilder.h 297 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
316 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) {
544 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override {
  /external/clang/lib/AST/
VTableBuilder.cpp 869 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]

Completed in 225 milliseconds