Searched refs:IsStringLiteral (Results 1 – 4 of 4) sorted by relevance
70 bool IsStringLiteral) in DataAccessProfRecordRef()72 IsStringLiteral(IsStringLiteral) {} in DataAccessProfRecordRef()88 bool IsStringLiteral; member
65 const bool IsStringLiteral = std::holds_alternative<uint64_t>(Symbol); in setDataAccessProfile() local67 if (IsStringLiteral) { in setDataAccessProfile()79 Records.try_emplace(Key, RecordID, AccessCount, IsStringLiteral); in setDataAccessProfile()186 OS.writeByte(Rec.IsStringLiteral); in serialize()233 bool IsStringLiteral = in deserializeRecords() local240 if (IsStringLiteral) in deserializeRecords()
748 bool IsStringLiteral);
2119 bool IsStringLiteral) { in LexUDSuffix() argument2154 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()