OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pkg_identifiers
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
attrib.d
579
* `package(<
pkg_identifiers
>) <decl...>` if `
pkg_identifiers
!is null`
584
Identifier[]
pkg_identifiers
; /// identifiers for `package(foo.bar)` or null
602
*
pkg_identifiers
= list of identifiers for a qualified package name
605
extern (D) this(const ref Loc loc, Identifier[]
pkg_identifiers
, Dsymbols* decl)
609
this.
pkg_identifiers
=
pkg_identifiers
;
610
if (
pkg_identifiers
.length > 0)
613
Package.resolve(
pkg_identifiers
, &tmp, null);
623
return new VisibilityDeclaration(this.loc,
pkg_identifiers
, Dsymbol.arraySyntaxCopy(decl))
[
all
...]
attrib.h
110
DArray<Identifier*>
pkg_identifiers
;
member in class:VisibilityDeclaration
Completed in 16 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026