HomeSort by: relevance | last modified time | path
    Searched refs:IsAnonymous (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/TableGen/
Record.h 1509 bool IsAnonymous;
1519 ID(LastID++), IsAnonymous(Anonymous), IsClass(Class) {
1534 IsAnonymous(O.IsAnonymous), IsClass(O.IsClass) { }
1680 bool isAnonymous() const {
1681 return IsAnonymous;
  /src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
BuildTree.cpp 255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo();
256 if (IsAnonymous)

Completed in 28 milliseconds