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 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;
872 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
    [all...]
  /external/clang/lib/CodeGen/
CGVTables.cpp 495 const VTableContext::ThunkInfoVectorTy *ThunkInfoVector =

Completed in 33 milliseconds