Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
H A DRecord.h1509 bool IsAnonymous; variable
1519 ID(LastID++), IsAnonymous(Anonymous), IsClass(Class) { in Name()
1534 IsAnonymous(O.IsAnonymous), IsClass(O.IsClass) { } in Record()
1681 return IsAnonymous; in isAnonymous()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart() local
256 if (IsAnonymous) in getQualifiedNameStart()