Home
last modified time | relevance | path

Searched refs:IsStringLiteral (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DDataAccessProf.h70 bool IsStringLiteral) in DataAccessProfRecordRef()
72 IsStringLiteral(IsStringLiteral) {} in DataAccessProfRecordRef()
88 bool IsStringLiteral; member
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DDataAccessProf.cpp65 const bool IsStringLiteral = std::holds_alternative<uint64_t>(Symbol); in setDataAccessProfile() local
67 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() local
240 if (IsStringLiteral) in deserializeRecords()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h748 bool IsStringLiteral);
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2119 bool IsStringLiteral) { in LexUDSuffix() argument
2154 else if (IsStringLiteral && LangOpts.CPlusPlus14) { in LexUDSuffix()