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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:clang::VTableContextBase
307 ThunksMapTy Thunks;
322 ThunksMapTy::const_iterator I = Thunks.find(MD);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:__anon3702::ItaniumVTableBuilder
874 ThunksMapTy Thunks;
1007 ThunksMapTy::const_iterator thunks_begin() const {
1011 ThunksMapTy::const_iterator thunks_end() const {
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:__anon3703::VFTableBuilder
2467 ThunksMapTy Thunks;
2563 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); }
2565 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); }

Completed in 286 milliseconds