Searched defs:ThunksMapTy (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ | ||
H A D | VTableBuilder.h | 330 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef |
/freebsd-src/contrib/llvm-project/clang/lib/AST/ | ||
H A D | VTableBuilder.cpp | 884 typedef llvm::DenseMap<const CXXMethodDecl *, ThunkInfoVectorTy> ThunksMapTy; typedef in __anon56257b480111::ItaniumVTableBuilder |