Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/AST/
HDVTableBuilder.h330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
333 ThunksMapTy Thunks;
348 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/
HDVTableBuilder.cpp884 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anonf67072100111::ItaniumVTableBuilder
888 ThunksMapTy Thunks;
1025 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1029 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2587 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anonf67072100711::VFTableBuilder
2591 ThunksMapTy Thunks;
2690 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2692 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()