Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDVTableBuilder.h279 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
282 ThunksMapTy Thunks;
297 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDVTableBuilder.cpp876 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon14b3896f0111::ItaniumVTableBuilder
880 ThunksMapTy Thunks;
1013 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1017 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2134 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()
2505 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon14b3896f0511::VFTableBuilder
2509 ThunksMapTy Thunks;
2606 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2608 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()
3250 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end(); in dumpLayout()