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 203 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
273 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
276 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
288 const ThunkInfoVectorTy *getThunkInfo(const CXXMethodDecl *MD) {
  /external/clang/lib/AST/
VTableBuilder.cpp 870 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy;
871 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]

Completed in 65 milliseconds