Home
last modified time | relevance | path

Searched defs:isAnonymous (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Didentifier.d73 extern (D) private this(const(char)[] name, int value, bool isAnonymous) in this()
101 bool isAnonymous() const pure @nogc @safe in isAnonymous() function
197 …tern(D) private static Identifier generateId(const(char)[] prefix, size_t suffix, bool isAnonymous) in generateId()
282 extern (D) private static Identifier idPool(const(char)[] s, bool isAnonymous) in idPool()
H A Dhdrgen.d3174 … bool isAnonymous = p.userAttribDecl.atts.dim > 0 && !(*p.userAttribDecl.atts)[0].isCallExp(); in parameterToBuffer() local
H A Ddsymbol.d322 final bool isAnonymous() const in isAnonymous() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DTpiHashing.cpp20 static bool isAnonymous(StringRef Name) { in isAnonymous() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c438 bool Dsymbol::isAnonymous() in isAnonymous() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1680 bool isAnonymous() const { in isAnonymous() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h7364 AST_MATCHER(NamespaceDecl, isAnonymous) { in AST_MATCHER() argument