Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DVTableBuilder.h330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
333 ThunksMapTy Thunks;
348 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp879 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon702cc0260111::ItaniumVTableBuilder
883 ThunksMapTy Thunks;
1020 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1024 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon702cc0260611::VFTableBuilder
2494 ThunksMapTy Thunks;
2593 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2595 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()