Home
last modified time | relevance | path

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

1234

/freebsd/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/contrib/llvm-project/clang/lib/Format/
H A DEncoding.h33 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 DFormatTokenLexer.cpp826 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 DBreakableToken.cpp68 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 DWhitespaceManager.cpp82 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 DCodeCompleteConsumer.cpp183 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 DFormatUtil.h25 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 DCommentParser.cpp159 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 DCommentBriefParser.cpp42 bool isWhitespace(StringRef Text) { in isWhitespace()
/freebsd/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/contrib/llvm-project/llvm/lib/Support/
H A DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
H A DAutoConvert.cpp105 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) { in setFileTag()
H A DUnicode.cpp481 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8() argument
/freebsd/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
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/
H A DMarkup.h35 StringRef Text; member
/freebsd/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/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DUnsafeBufferUsage.h134 std::string Text) { in addDebugNoteForVar()
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h41 StringRef Text; member
/freebsd/contrib/llvm-project/clang/lib/Testing/
H A DTestAST.cpp44 std::string Text; in HandleDiagnostic() local
/freebsd/contrib/llvm-project/llvm/include/llvm/LineEditor/
H A DLineEditor.h59 std::string Text; member
/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_diag.h104 const char *Text; global() variable
108 Range(MemoryLocation Start,MemoryLocation End,const char * Text) Range() argument

1234