Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h304 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
307 ThunksMapTy Thunks;
322 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/external/llvm-project/clang/include/clang/AST/
DVTableBuilder.h329 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef
332 ThunksMapTy Thunks;
347 ThunksMapTy::const_iterator I = Thunks.find(MD); in getThunkInfo()
/external/llvm-project/clang/lib/AST/
DVTableBuilder.cpp878 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anond37903e60111::ItaniumVTableBuilder
882 ThunksMapTy Thunks;
1019 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1023 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2490 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anond37903e60611::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()
/external/clang/lib/AST/
DVTableBuilder.cpp870 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon71138c580111::ItaniumVTableBuilder
874 ThunksMapTy Thunks;
1007 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1011 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2463 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon71138c580511::VFTableBuilder
2467 ThunksMapTy Thunks;
2564 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2566 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()