Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinarySection.h93 bool IsAnonymous{false}; // True if the name should not be included
260 bool isAnonymous() const { return IsAnonymous; } in isAnonymous()
420 void setAnonymous(bool Flag) { IsAnonymous = Flag; } in setAnonymous()
/llvm-project-15.0.7/llvm/include/llvm/TableGen/
H A DRecord.h1579 bool IsAnonymous; variable
1589 ID(getNewUID(N->getRecordKeeper())), IsAnonymous(Anonymous), in Name()
1605 ID(getNewUID(O.getRecords())), IsAnonymous(O.IsAnonymous), in Record()
1761 return IsAnonymous; in isAnonymous()
/llvm-project-15.0.7/clang/lib/Tooling/Syntax/
H A DBuildTree.cpp255 bool IsAnonymous = DN.isIdentifier() && !DN.getAsIdentifierInfo(); in getQualifiedNameStart() local
256 if (IsAnonymous) in getQualifiedNameStart()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3520 TEST_P(ASTMatchersTest, IsAnonymous) { in TEST_P() argument