Lines Matching refs:readBool
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()
9001 if (/*IsWritten*/readBool()) { in readCXXCtorInitializers()
9043 bool Template = readBool(); in readNestedNameSpecifierLoc()
10445 C->setIsTarget(Record.readBool()); in VisitOMPInitClause()
10446 C->setIsTargetSync(Record.readBool()); in VisitOMPInitClause()
11020 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause()
11076 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause()
11363 if (readBool()) in readOMPTraitInfo()