Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DVTableBuilder.cpp880 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon8b019dcd0111::ItaniumVTableBuilder
884 ThunksMapTy Thunks;
1021 ThunksMapTy::const_iterator thunks_begin() const { in thunks_begin()
1025 ThunksMapTy::const_iterator thunks_end() const { in thunks_end()
2491 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon8b019dcd0611::VFTableBuilder
2495 ThunksMapTy Thunks;
2594 ThunksMapTy::const_iterator thunks_begin() const { return Thunks.begin(); } in thunks_begin()
2596 ThunksMapTy::const_iterator thunks_end() const { return Thunks.end(); } in thunks_end()