Home
last modified time | relevance | path

Searched refs:getVTableContext (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/AST/
H A DMangle.cpp514 if (const auto *TIV = Ctx.getVTableContext()->getThunkInfo(MD)) in getAllManglings()
H A DMicrosoftMangle.cpp740 cast<MicrosoftVTableContext>(getASTContext().getVTableContext()); in mangleMemberFunctionPointer()
H A DASTContext.cpp11871 VTableContextBase *ASTContext::getVTableContext() { in getVTableContext() function in ASTContext
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGVTables.cpp32 : CGM(CGM), VTContext(CGM.getContext().getVTableContext()) {} in CodeGenVTables()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h2465 VTableContextBase *getVTableContext();
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp6283 getASTContext().getVTableContext(); in GetChildCompilerTypeAtIndex()