OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPPNamespaceDeclaration
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/d/dmd/
scope.h
27
class
CPPNamespaceDeclaration
;
108
CPPNamespaceDeclaration
*namespace_;
dsymbol.h
19
class
CPPNamespaceDeclaration
;
176
CPPNamespaceDeclaration
*namespace_;
308
virtual
CPPNamespaceDeclaration
*isCPPNamespaceDeclaration() { return NULL; }
attrib.h
95
class
CPPNamespaceDeclaration
: public AttribDeclaration
100
CPPNamespaceDeclaration
*syntaxCopy(Dsymbol *s);
cppmangle.d
386
static bool isStd(
CPPNamespaceDeclaration
s)
702
CPPNamespaceDeclaration
getTiNamespace(TemplateInstance ti)
1111
void writeNamespace(
CPPNamespaceDeclaration
ns, scope void delegate() dg,
2144
private
CPPNamespaceDeclaration
namespace2;
2298
public override void visit(
CPPNamespaceDeclaration
ns)
2305
/// Transitional functions for `
CPPNamespaceDeclaration
` / `Nspace`
2315
private bool isNamespaceEqual (Nspace a,
CPPNamespaceDeclaration
b)
2321
private bool isNamespaceEqual (
CPPNamespaceDeclaration
a, Nspace b, size_t idx = 0)
2336
/// Whether two `
CPPNamespaceDeclaration
` are equals
2337
private bool isNamespaceEqual (
CPPNamespaceDeclaration
a, CPPNamespaceDeclaration b
[
all
...]
attrib.d
495
* `Nspace` and `
CPPNamespaceDeclaration
`.
503
* A `
CPPNamespaceDeclaration
` can be created from an `Identifier`
506
* `
CPPNamespaceDeclaration
` nodes are created, or a `StringExp`.
510
* the will be a `
CPPNamespaceDeclaration
` with its `ident`
512
* `
CPPNamespaceDeclaration
` with its `ident` set to `"foo"`.
514
extern (C++) final class
CPPNamespaceDeclaration
: AttribDeclaration
531
CPPNamespaceDeclaration
parent)
538
override
CPPNamespaceDeclaration
syntaxCopy(Dsymbol s)
541
return new
CPPNamespaceDeclaration
(
572
override inout(
CPPNamespaceDeclaration
) isCPPNamespaceDeclaration() inout { return this;
[
all
...]
dscope.d
116
CPPNamespaceDeclaration
namespace;
visitor.h
105
class
CPPNamespaceDeclaration
;
371
virtual void visit(
CPPNamespaceDeclaration
*s) { visit((AttribDeclaration *)s); }
semantic2.d
554
override void visit(
CPPNamespaceDeclaration
decl)
dsymbol.d
246
CPPNamespaceDeclaration
cppnamespace;
1369
inout(
CPPNamespaceDeclaration
) isCPPNamespaceDeclaration() inout { return null; }
parsetimevisitor.d
75
void visit(AST.
CPPNamespaceDeclaration
s) { visit(cast(AST.AttribDeclaration)s); }
traits.d
1999
bool prependNamespaces(Expressions* es,
CPPNamespaceDeclaration
ns)
dtoh.d
1162
override void visit(AST.
CPPNamespaceDeclaration
ns)
dsymbolsem.d
1872
override void visit(
CPPNamespaceDeclaration
ns)
1899
CPPNamespaceDeclaration
current = ns.cppnamespace;
1905
? new
CPPNamespaceDeclaration
(ns.loc, exp, null)
parse.d
836
s = new AST.
CPPNamespaceDeclaration
(linkLoc, exp, a);
Completed in 92 milliseconds
Indexes created Sun Sep 27 00:26:35 UTC 2026