Searched refs:ThunkInfoVectorTy (Results 1 - 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h272 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:clang::VTableContextBase
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/
H A DVTableBuilder.cpp871 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:__anon17762::ItaniumVTableBuilder
872 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
2144 ThunkInfoVectorTy ThunksVector = Thunks[MD];
2486 typedef SmallVector<ThunkInfo, 1> ThunkInfoVectorTy; typedef in class:__anon17764::VFTableBuilder
2487 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy;
3107 ThunkInfoVectorTy ThunksVector = Thunks[MD];
/external/clang/lib/CodeGen/
H A DCGVTables.cpp424 const VTableContextBase::ThunkInfoVectorTy *ThunkInfoVector =

Completed in 688 milliseconds