Home | History | Annotate | Download | only in TableGen

Lines Matching refs:getValueAsBit

37        << Tag.getValueAsBit("IsInlineCommand") << ", "
38 << Tag.getValueAsBit("IsBlockCommand") << ", "
39 << Tag.getValueAsBit("IsBriefCommand") << ", "
40 << Tag.getValueAsBit("IsReturnsCommand") << ", "
41 << Tag.getValueAsBit("IsParamCommand") << ", "
42 << Tag.getValueAsBit("IsTParamCommand") << ", "
43 << Tag.getValueAsBit("IsDeprecatedCommand") << ", "
44 << Tag.getValueAsBit("IsHeaderfileCommand") << ", "
45 << Tag.getValueAsBit("IsEmptyParagraphAllowed") << ", "
46 << Tag.getValueAsBit("IsVerbatimBlockCommand") << ", "
47 << Tag.getValueAsBit("IsVerbatimBlockEndCommand") << ", "
48 << Tag.getValueAsBit("IsVerbatimLineCommand") << ", "
49 << Tag.getValueAsBit("IsDeclarationCommand") << ", "
50 << Tag.getValueAsBit("IsFunctionDeclarationCommand") << ", "
51 << Tag.getValueAsBit("IsRecordLikeDetailCommand") << ", "
52 << Tag.getValueAsBit("IsRecordLikeDeclarationCommand") << ", "