Searched refs:readBool (Results 1 – 5 of 5) sorted by relevance
2198 bool HasArrayFillerOrUnionDecl = Record.readBool(); in VisitCXXParenListInitExpr()2200 bool HasArrayFiller = Record.readBool(); in VisitCXXParenListInitExpr()2345 D->setHasCancel(Record.readBool()); in VisitOMPParallelDirective()2368 D->setHasCancel(Record.readBool()); in VisitOMPForDirective()2378 D->setHasCancel(Record.readBool()); in VisitOMPSectionsDirective()2384 D->setHasCancel(Record.readBool()); in VisitOMPSectionDirective()2405 D->setHasCancel(Record.readBool()); in VisitOMPParallelForDirective()2429 D->setHasCancel(Record.readBool()); in VisitOMPParallelSectionsDirective()2435 D->setHasCancel(Record.readBool()); in VisitOMPTaskDirective()2490 D->Flags.IsXLHSInRHSPart = Record.readBool() ? 1 : 0; in VisitOMPAtomicDirective()[all …]
6635 if (Reader.readBool()) in VisitArrayTypeLoc()6757 if (Reader.readBool()) { in VisitAutoTypeLoc()6769 if (Reader.readBool()) in VisitAutoTypeLoc()6873 TL.setHasBaseTypeAsWritten(Reader.readBool()); in VisitObjCObjectTypeLoc()7262 if (readBool()) // bool InfoHasSameExpr. in readTemplateArgumentLoc()8904 bool HasRequiresClause = readBool(); in readTemplateParameterList()8934 bool isVirtual = readBool(); in readCXXBaseSpecifier()8935 bool isBaseOfClass = readBool(); in readCXXBaseSpecifier()8937 bool inheritConstructors = readBool(); in readCXXBaseSpecifier()8963 IsBaseVirtual = readBool(); in readCXXCtorInitializers()[all …]
1795 D->IsCBuffer = Record.readBool(); in VisitHLSLBufferDecl()2565 if (Record.readBool()) { in VisitTemplateTypeParmDecl()2570 if (Record.readBool()) in VisitTemplateTypeParmDecl()2954 bool readBool() { return Reader.readBool(); } in readBool() function in __anon409365d10511::AttrReader4578 bool Indirect = Record.readBool(); in UpdateDecl()
166 bool isUnsigned = asImpl().readBool(); in readAPSInt()
297 bool readBool() { return readInt() != 0; } in readBool() function