OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MicrosoftMangleContext
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Mangle.h
206
class
MicrosoftMangleContext
: public MangleContext {
208
explicit
MicrosoftMangleContext
(ASTContext &C, DiagnosticsEngine &D)
268
static
MicrosoftMangleContext
*create(ASTContext &Context,
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
MicrosoftCXXABI.cpp
566
MicrosoftMangleContext
&getMangleContext() {
567
return cast<
MicrosoftMangleContext
>(CodeGen::CGCXXABI::getMangleContext());
1755
static void mangleVFTableName(
MicrosoftMangleContext
&MangleContext,
/src/external/apache2/llvm/dist/clang/lib/AST/
MicrosoftMangle.cpp
127
class MicrosoftMangleContextImpl : public
MicrosoftMangleContext
{
450
:
MicrosoftMangleContext
(Context, Diags) {
3914
MicrosoftMangleContext
*
3915
MicrosoftMangleContext
::create(ASTContext &Context, DiagnosticsEngine &Diags) {
ASTContext.cpp
11073
return
MicrosoftMangleContext
::create(*this, getDiagnostics());
Completed in 74 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026