/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 | 826 auto Text = Lex->getBuffer().substr(OpenOffset, CloseOffset - OpenOffset + 2); in handleTableGenMultilineString() local 853 StringRef Text = Tok->TokenText; in handleTableGenNumericLikeIdentifier() local 1108 static size_t countLeadingWhitespace(StringRef Text) { in countLeadingWhitespace() 1166 StringRef Text = FormatTok->TokenText; in getNextToken() local 1329 StringRef Text = FormatTok->TokenText; in getNextToken() local
|
H A D | BreakableToken.cpp | 68 getCommentSplit(StringRef Text, unsigned ContentStartColumn, in getCommentSplit() 171 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit() 433 StringRef Text = Content[LineIndex].substr(TailOffset); in compressWhitespace() local 529 const StringRef &Text = Content[i]; in BreakableBlockComment() local 715 StringRef Text = Content[LineIndex].substr(TailOffset); in insertBreak() local 1029 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 1691 void WhitespaceManager::storeReplacement(SourceRange Range, StringRef Text) { in storeReplacement() 1709 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText() 1721 std::string &Text, unsigned Newlines, unsigned PreviousEndOfTokenColumn, in appendEscapedNewlineText() 1734 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText() 1786 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() 257 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText() 448 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk() 452 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk() 464 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk() 478 const char *Text) { in AddChunk()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 25 PUSH_MASKED_FLAG(Enum,Mask,TheOpt,Value,Text) global() argument 29 PUSH_FLAG(Enum,TheOpt,Value,Text) global() 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 | 145 static MarkupNode textNode(StringRef Text) { in textNode() 154 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 | 105 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) { in setFileTag()
|
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/DebugInfo/Symbolize/ |
H A D | Markup.h | 35 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/Analysis/Analyses/ |
H A D | UnsafeBufferUsage.h | 134 std::string Text) { in addDebugNoteForVar()
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 41 StringRef Text; member
|
/freebsd/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 44 std::string Text; in HandleDiagnostic() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/ |
H A D | LineEditor.h | 59 std::string Text; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/ |
H A D | ubsan_diag.h | 104 const char *Text; global() variable 108 Range(MemoryLocation Start,MemoryLocation End,const char * Text) Range() argument
|