Home
last modified time | relevance | path

Searched defs:Text (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp77 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 DEncoding.h34 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 DFormatTokenLexer.cpp788 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 DBreakableToken.cpp68 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 DWhitespaceManager.cpp82 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 DCodeCompleteConsumer.cpp183 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 DFormatUtil.h26 #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 DMarkup.cpp145 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 DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
H A DAutoConvert.cpp104 setFileTag(int FD,int CCSID,bool Text) setFileTag() argument
H A DUnicode.cpp481 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCommentParser.cpp134 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 DCommentBriefParser.cpp42 bool isWhitespace(StringRef Text) { in isWhitespace()
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h89 addDebugNoteForVar(const VarDecl * VD,SourceLocation Loc,std::string Text) addDebugNoteForVar() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentLexer.h103 void setText(StringRef Text) { in setText()
145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
H A DRawCommentList.h121 StringRef Text = getRawText(SourceMgr); in hasUnsupportedSplice() local
154 std::string Text; member
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h56 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 DMarkup.h35 StringRef Text; member
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Expression/
H A DUtilityFunction.h85 const char *Text() override { return m_function_text.c_str(); } in Text() function
H A DLLVMUserExpression.h72 const char *Text() override { return m_transformed_text.c_str(); } in Text() function
H A DFunctionCaller.h268 const char *Text() override { return m_wrapper_function_text.c_str(); } in Text() function
H A DUserExpression.h186 const char *Text() override { return m_expr_text.c_str(); } in Text() function
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/Inclusions/
H A DHeaderAnalysis.cpp95 std::optional<StringRef> parseIWYUPragma(const char *Text) { in parseIWYUPragma()
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h41 StringRef Text; member
/freebsd-src/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp43 std::string Text; HandleDiagnostic() local

1234