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

/freebsd-10.1-release/contrib/llvm/include/llvm/TableGen/
H A DRecord.h1394 bool IsAnonymous; member in class:llvm::Record
1405 TrackedRecords(records), TheInit(0), IsAnonymous(Anonymous) {
1411 TrackedRecords(records), TheInit(0), IsAnonymous(Anonymous) {
1421 TheInit(O.TheInit), IsAnonymous(O.IsAnonymous) { }
1548 return IsAnonymous;
/freebsd-10.1-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp1222 /*IsAnonymous=*/true);
1955 /*IsAnonymous=*/true);
2284 bool IsAnonymous = false; local
2287 IsAnonymous = true;
2307 Record *CurRec = new Record(DefName, Locs, Records, IsAnonymous);

Completed in 59 milliseconds