Home
last modified time | relevance | path

Searched defs:aliasId (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddimport.d36 Identifier aliasId; variable
50 …extern (D) this(const ref Loc loc, Identifier[] packages, Identifier id, Identifier aliasId, int i… in this()
H A Dimport.h28 Identifier *aliasId; variable
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dimport.h29 Identifier *aliasId; variable
H A Ddimport.c28 Import::Import(Loc loc, Identifiers *packages, Identifier *id, Identifier *aliasId, in Import()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseObjc.cpp2291 IdentifierInfo *aliasId = Tok.getIdentifierInfo(); in ParseObjCAtAliasDeclaration() local