Home
last modified time | relevance | path

Searched refs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DVTableBuilder.h304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
307 ThunksMapTy Thunks;
322 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/external/clang/lib/AST/
DVTableBuilder.cpp870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon248cc0a10111::ItaniumVTableBuilder
874 ThunksMapTy Thunks;
1007 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1011 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon248cc0a10511::VFTableBuilder
2467 ThunksMapTy Thunks;
2564 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2566 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()