OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AliasDecl
(Results
1 - 11
of
11
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCXX.cpp
112
GlobalDecl
AliasDecl
(D, Dtor_Base);
117
llvm::GlobalValue::LinkageTypes Linkage = getFunctionLinkage(
AliasDecl
);
127
StringRef MangledName = getMangledName(
AliasDecl
);
135
llvm::Type *AliasValueType = getTypes().GetFunctionType(
AliasDecl
);
202
SetCommonAttributes(
AliasDecl
, Alias);
ItaniumCXXABI.cpp
4231
GlobalDecl
AliasDecl
;
4233
AliasDecl
= GlobalDecl(DD, Dtor_Complete);
4236
AliasDecl
= GlobalDecl(CD, Ctor_Complete);
4238
llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(
AliasDecl
);
4259
GlobalDecl
AliasDecl
,
4261
llvm::GlobalValue::LinkageTypes Linkage = CGM.getFunctionLinkage(
AliasDecl
);
4263
StringRef MangledName = CGM.getMangledName(
AliasDecl
);
4288
CGM.SetCommonAttributes(
AliasDecl
, Alias);
CGDebugInfo.cpp
1242
auto *
AliasDecl
=
1246
if (
AliasDecl
->hasAttr<NoDebugAttr>())
1254
SourceLocation Loc =
AliasDecl
->getLocation();
1257
getDeclContextDescriptor(
AliasDecl
));
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
DeclSpec.h
1786
AliasDecl
, // C++11 alias-declaration.
2008
case DeclaratorContext::
AliasDecl
:
2054
case DeclaratorContext::
AliasDecl
:
2093
case DeclaratorContext::
AliasDecl
:
2155
case DeclaratorContext::
AliasDecl
:
2368
case DeclaratorContext::
AliasDecl
:
2403
case DeclaratorContext::
AliasDecl
:
/src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp
1099
Function *
AliasDecl
= Function::Create(
1102
AliasDecl
->takeName(A);
1103
A->replaceAllUsesWith(
AliasDecl
);
/src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp
1002
goto
AliasDecl
;
1041
AliasDecl
:
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp
1175
ObjCCompatibleAliasDecl *
AliasDecl
=
1178
if (!CheckObjCDeclScope(
AliasDecl
))
1179
PushOnScopeChains(
AliasDecl
, TUScope);
1181
return
AliasDecl
;
SemaType.cpp
3452
case DeclaratorContext::
AliasDecl
:
3568
case DeclaratorContext::
AliasDecl
:
4427
D.getContext() == DeclaratorContext::
AliasDecl
||
4637
case DeclaratorContext::
AliasDecl
:
5167
<< (D.getContext() == DeclaratorContext::
AliasDecl
||
5671
case DeclaratorContext::
AliasDecl
:
6361
D.getContext() != DeclaratorContext::
AliasDecl
&&
SemaDeclCXX.cpp
12789
NamespaceAliasDecl *
AliasDecl
=
12794
AliasDecl
->setPreviousDecl(Prev);
12796
PushOnScopeChains(
AliasDecl
, S);
12797
return
AliasDecl
;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseDecl.cpp
2793
if (Context == DeclaratorContext::
AliasDecl
||
6078
else if (D.getContext() == DeclaratorContext::
AliasDecl
||
ParseDeclCXX.cpp
838
: DeclaratorContext::
AliasDecl
,
Completed in 94 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026