OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:AliasDecl
(Results
1 - 4
of
4
) sorted by relevancy
/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/clang/lib/Sema/
SemaDeclObjC.cpp
1175
ObjCCompatibleAliasDecl *
AliasDecl
=
1178
if (!CheckObjCDeclScope(
AliasDecl
))
1179
PushOnScopeChains(
AliasDecl
, TUScope);
1181
return
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/clang/lib/CodeGen/
CGDebugInfo.cpp
1242
auto *
AliasDecl
=
1246
if (
AliasDecl
->hasAttr<NoDebugAttr>())
1254
SourceLocation Loc =
AliasDecl
->getLocation();
1257
getDeclContextDescriptor(
AliasDecl
));
Completed in 138 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026