Lines Matching refs:readBool
6595 if (Reader.readBool()) in VisitArrayTypeLoc()
6717 if (Reader.readBool()) { in VisitAutoTypeLoc()
6728 if (Reader.readBool()) in VisitAutoTypeLoc()
6833 TL.setHasBaseTypeAsWritten(Reader.readBool()); in VisitObjCObjectTypeLoc()
7222 if (readBool()) // bool InfoHasSameExpr. in readTemplateArgumentLoc()
8865 bool HasRequiresClause = readBool(); in readTemplateParameterList()
8895 bool isVirtual = readBool(); in readCXXBaseSpecifier()
8896 bool isBaseOfClass = readBool(); in readCXXBaseSpecifier()
8898 bool inheritConstructors = readBool(); in readCXXBaseSpecifier()
8924 IsBaseVirtual = readBool(); in readCXXCtorInitializers()
8962 if (/*IsWritten*/readBool()) { in readCXXCtorInitializers()
9004 bool Template = readBool(); in readNestedNameSpecifierLoc()
11975 C->setIsTarget(Record.readBool()); in VisitOMPInitClause()
11976 C->setIsTargetSync(Record.readBool()); in VisitOMPInitClause()
12523 bool IsNonContiguous = Record.readBool(); in VisitOMPToClause()
12579 bool IsNonContiguous = Record.readBool(); in VisitOMPFromClause()
12858 if (readBool()) in readOMPTraitInfo()