OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:aliasId
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
dimport.d
32
/* static import
aliasId
= pkg1.pkg2.id : alias1 = name1, alias2 = name2;
36
Identifier
aliasId
;
50
extern (D) this(const ref Loc loc, Identifier[] packages, Identifier id, Identifier
aliasId
, int isstatic)
55
if (
aliasId
)
57
// import [
aliasId
] = std.stdio;
58
return
aliasId
;
86
this.
aliasId
=
aliasId
;
95
if (!
aliasId
)
115
auto si = new Import(loc, packages, id,
aliasId
, isstatic)
[
all
...]
import.h
23
/* static import
aliasId
= pkg1.pkg2.id : alias1 = name1, alias2 = name2;
28
Identifier *
aliasId
;
json.d
521
if (s.
aliasId
)
522
property("alias", s.
aliasId
.toString());
doc.d
775
if (imp.
aliasId
)
777
auto symbolName = imp.
aliasId
.toString();
2600
if (imp.
aliasId
)
2602
if (p[0 .. len] == imp.
aliasId
.toString())
hdrgen.d
876
if (imp.
aliasId
)
878
buf.printf("%s = ", imp.
aliasId
.toChars());
dsymbolsem.d
1282
if (!imp.
aliasId
&& !imp.names.dim) // neither a selective nor a renamed import
1403
if (imp.
aliasId
)
1404
ob.printf(" -> %s", imp.
aliasId
.toChars());
/src/external/gpl3/gcc.old/dist/gcc/d/
decl.cc
314
tree name = (d->
aliasId
!= NULL)
315
? get_identifier (d->
aliasId
->toChars ()) : NULL_TREE;
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
2291
IdentifierInfo *
aliasId
= Tok.getIdentifierInfo();
2298
return Actions.ActOnCompatibilityAlias(atLoc,
aliasId
, aliasLoc,
Completed in 28 milliseconds
Indexes created Mon Sep 14 00:24:24 UTC 2026