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

Completed in 17 milliseconds