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