Searched defs:ThunksMapTy (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
H A DVTableBuilder.h279 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:clang::VTableContextBase
282 ThunksMapTy Thunks;
297 ThunksMapTy::const_iterator I = Thunks.find(MD);
/external/clang/lib/AST/
H A DVTableBuilder.cpp872 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:__anon17762::ItaniumVTableBuilder
876 ThunksMapTy Thunks;
1009 ThunksMapTy::const_iterator thunks_begin() const {
1013 ThunksMapTy::const_iterator thunks_end() const {
2128 for (ThunksMapTy::const_iterator I = Thunks.begin(), E = Thunks.end();
2487 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in class:__anon17764::VFTableBuilder
2491 ThunksMapTy Thunks;
2595 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); }
2597 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); }
3091 for (ThunksMapTy
[all...]

Completed in 3712 milliseconds