/freebsd-src/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-src/contrib/llvm-project/clang/lib/Format/ |
H A D | Encoding.h | 34 const llvm::UTF8 *Ptr = reinterpret_cast<const llvm::UTF8 *>(Text.begin()); in detectEncoding() argument 45 columnWidth(StringRef Text,Encoding Encoding) columnWidth() argument 61 columnWidthWithTabs(StringRef Text,unsigned StartColumn,unsigned TabWidth,Encoding Encoding) columnWidthWithTabs() argument 97 getEscapeSequenceLength(StringRef Text) getEscapeSequenceLength() argument [all...] |
H A D | FormatTokenLexer.cpp | 788 auto Text = Lex->getBuffer().substr(OpenOffset, CloseOffset + 2); handleTableGenMultilineString() local 815 StringRef Text = Tok->TokenText; handleTableGenNumericLikeIdentifier() local 1070 countLeadingWhitespace(StringRef Text) countLeadingWhitespace() argument 1128 StringRef Text = FormatTok->TokenText; getNextToken() local 1291 StringRef Text = FormatTok->TokenText; getNextToken() local [all...] |
H A D | BreakableToken.cpp | 68 getCommentSplit(StringRef Text, unsigned ContentStartColumn, in getCommentSplit() argument 171 getStringSplit(StringRef Text,unsigned UsedColumns,unsigned ColumnLimit,unsigned TabWidth,encoding::Encoding Encoding) getStringSplit() argument 433 StringRef Text = Content[LineIndex].substr(TailOffset); compressWhitespace() local 529 const StringRef &Text = Content[i]; BreakableBlockComment() local 715 StringRef Text = Content[LineIndex].substr(TailOffset); insertBreak() local 1029 StringRef Text = Content[LineIndex].substr(TailOffset); insertBreak() local [all...] |
H A D | WhitespaceManager.cpp | 82 bool WhitespaceManager::inputUsesCRLF(StringRef Text, bool DefaultToCRLF) { in inputUsesCRLF() argument 139 StringRef Text(PreviousOriginalWhitespaceEndData, calculateLineBreakInformation() local 1651 storeReplacement(SourceRange Range,StringRef Text) storeReplacement() argument 1669 appendNewlineText(std::string & Text,unsigned Newlines) appendNewlineText() argument 1681 appendEscapedNewlineText(std::string & Text,unsigned Newlines,unsigned PreviousEndOfTokenColumn,unsigned EscapedNewlineColumn) appendEscapedNewlineText() argument 1694 appendIndentText(std::string & Text,unsigned IndentLevel,unsigned Spaces,unsigned WhitespaceStartColumn,bool IsAligned) appendIndentText() argument 1746 appendTabIndent(std::string & Text,unsigned Spaces,unsigned Indentation) appendTabIndent() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 183 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk() argument 257 CreateText(const char * Text) CreateText() argument 448 AddTypedTextChunk(const char * Text) AddTypedTextChunk() argument 452 AddTextChunk(const char * Text) AddTextChunk() argument 464 AddInformativeChunk(const char * Text) AddInformativeChunk() argument 478 AddChunk(CodeCompletionString::ChunkKind CK,const char * Text) AddChunk() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | FormatUtil.h | 26 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument 30 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
|
/freebsd-src/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-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Locale.cpp | 9 int columnWidth(StringRef Text) { in columnWidth()
|
H A D | AutoConvert.cpp | 104 setFileTag(int FD,int CCSID,bool Text) setFileTag() argument
|
H A D | Unicode.cpp | 481 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | CommentParser.cpp | 134 formTokenWithChars(Token & Result,SourceLocation Loc,const char * TokBegin,unsigned TokLength,StringRef Text) formTokenWithChars() argument 180 StringRef Text = StringRef(TextPtr, Length); lexWord() local 225 StringRef Text = StringRef(TextPtr, Length); lexDelimitedSeq() local 697 StringRef Text; parseVerbatimLine() local [all...] |
H A D | CommentBriefParser.cpp | 42 bool isWhitespace(StringRef Text) { in isWhitespace()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | UnsafeBufferUsage.h | 89 addDebugNoteForVar(const VarDecl * VD,SourceLocation Loc,std::string Text) addDebugNoteForVar() argument
|
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 56 const std::string Text; variable 74 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive()
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | Markup.h | 35 StringRef Text; member
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/ |
H A D | HeaderAnalysis.cpp | 95 std::optional<StringRef> parseIWYUPragma(const char *Text) { in parseIWYUPragma()
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 41 StringRef Text; member
|
/freebsd-src/contrib/llvm-project/clang/lib/Testing/ |
H A D | TestAST.cpp | 43 std::string Text; HandleDiagnostic() local
|