Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTableBuilder.h318 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
321 ThunksMapTy Thunks;
336 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTableBuilder.cpp869 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6d6223050111::ItaniumVTableBuilder
873 ThunksMapTy Thunks;
1010 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1014 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2443 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon6d6223050511::VFTableBuilder
2447 ThunksMapTy Thunks;
2546 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2548 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()