Home
last modified time | relevance | path

Searched refs:isAnonymous_ (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.d34 private const bool isAnonymous_ = false; variable
78 isAnonymous_ = isAnonymous; in this()
103 return isAnonymous_; in isAnonymous()
H A Didentifier.h20 bool isAnonymous_; variable