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 272 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
279 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
291 virtual const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) {
523 const ThunkInfoVectorTy *getThunkInfo(GlobalDecl GD) override {
  /external/clang/lib/AST/
VTableBuilder.cpp 871 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
872 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]

Completed in 125 milliseconds