Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp884 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon0c73b4cb0111::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 __anon0c73b4cb0711::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()