| /freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | SourceCodeBuilders.cpp | 77 StringRef Text = getText(E, Context); in buildParens() local 90 StringRef Text = in buildDereference() local 97 StringRef Text = getText(E, Context); in buildDereference() local 113 StringRef Text = in buildAddressOf() local 120 StringRef Text = getText(E, Context); in buildAddressOf() local 146 StringRef Text = getText(E, Context); in buildAccessForValue() local 172 StringRef Text = getText(E, Context); in buildAccessForPointer() local
|
| /freebsd/contrib/llvm-project/clang/lib/Format/ |
| H A D | Encoding.h | 33 inline Encoding detectEncoding(StringRef Text) { in detectEncoding() 44 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth() 60 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs() 96 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
|
| H A D | FormatTokenLexer.cpp | 614 auto &Text = Literal->TokenText; in tryMergeUserDefinedLiteral() local 918 auto Text = Lex->getBuffer().substr(OpenOffset, CloseOffset - OpenOffset + 2); in handleTableGenMultilineString() local 945 StringRef Text = Tok->TokenText; in handleTableGenNumericLikeIdentifier() local 1200 static size_t countLeadingWhitespace(StringRef Text) { in countLeadingWhitespace() 1264 StringRef Text = FormatTok->TokenText; in getNextToken() local 1344 if (const auto Text = FormatTok->TokenText; in getNextToken() local 1437 StringRef Text = FormatTok->TokenText; in getNextToken() local
|
| H A D | BreakableToken.cpp | 56 getCommentSplit(StringRef Text, unsigned ContentStartColumn, in getCommentSplit() 158 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit() 420 StringRef Text = Content[LineIndex].substr(TailOffset); in compressWhitespace() local 516 const StringRef &Text = Content[i]; in BreakableBlockComment() local 702 StringRef Text = Content[LineIndex].substr(TailOffset); in insertBreak() local 1015 StringRef Text = Content[LineIndex].substr(TailOffset); in insertBreak() local
|
| H A D | WhitespaceManager.cpp | 82 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() 148 StringRef Text(PreviousOriginalWhitespaceEndData, in calculateLineBreakInformation() local 1689 void WhitespaceManager::storeReplacement(SourceRange Range, StringRef Text) { in storeReplacement() 1707 void WhitespaceManager::appendNewlineText(std::string &Text, const Change &C) { in appendNewlineText() 1722 std::string &Text, unsigned Newlines, unsigned PreviousEndOfTokenColumn, in appendEscapedNewlineText() 1735 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText() 1787 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | CodeCompleteConsumer.cpp | 179 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() 253 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() 444 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk() 448 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk() 460 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk() 474 const char *Text) { in AddChunk()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.h | 27 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 31 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentParser.cpp | 159 StringRef Text) { in formTokenWithChars() 219 StringRef Text = StringRef(TextPtr, Length); in lexType() local 276 StringRef Text = StringRef(TextPtr, Length); in lexParHeading() local 310 StringRef Text = StringRef(TextPtr, Length); in lexWord() local 355 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local 868 StringRef Text; in parseVerbatimLine() local
|
| H A D | CommentBriefParser.cpp | 42 bool isWhitespace(StringRef Text) { in isWhitespace()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | Markup.cpp | 144 static MarkupNode textNode(StringRef Text) { in textNode() 153 void MarkupParser::parseTextOutsideMarkup(StringRef Text) { in parseTextOutsideMarkup()
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | Locale.cpp | 9 int columnWidth(StringRef Text) { in columnWidth()
|
| H A D | AutoConvert.cpp | 85 std::error_code llvm::setzOSFileTag(int FD, int CCSID, bool Text) { in setzOSFileTag()
|
| H A D | Unicode.cpp | 481 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8() argument
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentLexer.h | 103 void setText(StringRef Text) { in setText() 145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText() 166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
|
| H A D | RawCommentList.h | 121 StringRef Text = getRawText(SourceMgr); in hasUnsupportedSplice() local 154 std::string Text; member
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | AutoConvert.h | 83 inline std::error_code setFileTag(int FD, int CCSID, bool Text) { in setFileTag()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | Markup.h | 36 StringRef Text; member
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | UtilityFunction.h | 85 const char *Text() override { return m_function_text.c_str(); } in Text() function
|
| H A D | LLVMUserExpression.h | 72 const char *Text() override { return m_transformed_text.c_str(); } in Text() function
|
| H A D | FunctionCaller.h | 268 const char *Text() override { return m_wrapper_function_text.c_str(); } in Text() function
|
| H A D | UserExpression.h | 186 const char *Text() override { return m_expr_text.c_str(); } in Text() function
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | VerifyDiagnosticConsumer.h | 58 const std::string Text; variable 77 StringRef Text, unsigned Min, unsigned Max) in Directive()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| H A D | UnsafeBufferUsage.h | 150 std::string Text) { in addDebugNoteForVar()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Disasm.cpp | 157 OpText Text; in dump() local 177 for (auto &Text : Code) { in dump() local 184 llvm::SmallVector<std::string> Text; in dump() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
| H A D | EditedSource.h | 41 StringRef Text; member
|