Home
last modified time | relevance | path

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

12

/minix3/external/bsd/llvm/dist/clang/lib/Format/
H A DEncoding.h34 inline Encoding detectEncoding(StringRef Text) { in detectEncoding()
42 inline unsigned getCodePointCountUTF8(StringRef Text) { in getCodePointCountUTF8()
52 inline unsigned getCodePointCount(StringRef Text, Encoding Encoding) { in getCodePointCount()
64 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth()
80 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs()
115 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
H A DWhitespaceManager.cpp283 StringRef Text) { in storeReplacement()
294 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText()
300 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, in appendNewlineText()
314 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText()
H A DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, in getCommentSplit()
86 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit()
381 StringRef Text = Lines[LineIndex].substr(TailOffset); in insertBreak() local
401 StringRef Text = Lines[LineIndex].substr(TailOffset); in replaceWhitespace() local
H A DFormat.cpp539 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { in parseConfiguration()
586 std::string Text; in configurationAsText() local
692 StringRef Text = Previous->TokenText; in tryMergeEscapeSequence() local
955 StringRef Text = FormatTok->TokenText; in getNextToken() local
1264 static bool inputUsesCRLF(StringRef Text) { in inputUsesCRLF()
1479 llvm::ErrorOr<std::unique_ptr<llvm::MemoryBuffer>> Text = in getStyle() local
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DLocale.cpp8 int columnWidth(StringRef Text) { in columnWidth()
H A DUnicode.cpp343 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp81 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk()
156 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText()
345 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk()
349 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk()
361 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk()
375 const char *Text) { in AddChunk()
/minix3/common/dist/zlib/contrib/ada/
H A Dbuffer_demo.adb27 Text : constant String constant
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h160 const std::string Text; variable
175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
H A DSerializedDiagnosticReader.h109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp135 StringRef Text) { in formTokenWithChars()
181 StringRef Text = StringRef(TextPtr, Length); in lexWord() local
226 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local
709 StringRef Text; in parseVerbatimLine() local
H A DCommentBriefParser.cpp48 bool isWhitespace(StringRef Text) { in isWhitespace()
H A DCommentLexer.cpp504 StringRef Text(BufferPtr, TextEnd - BufferPtr); in lexVerbatimBlockFirstLine() local
534 StringRef Text(BufferPtr, Newline - BufferPtr); in lexVerbatimLineText() local
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DCommentLexer.h105 void setText(StringRef Text) { in setText()
147 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText()
168 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
H A DComment.h268 StringRef Text; variable
273 StringRef Text) : in TextComment()
307 StringRef Text; member
606 StringRef Text; member
870 StringRef Text; variable
874 StringRef Text) : in VerbatimBlockLineComment()
959 StringRef Text) : in VerbatimLineComment()
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h33 StringRef Text; member
H A DCommit.h35 StringRef Text; member
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp25 StringRef Text) { in replaceStmtWithText()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp164 bool MatchAnyLine, StringRef Text, unsigned Min, in StandardDirective()
183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, in RegexDirective()
482 std::string Text; in ParseDirective() local
875 bool MatchAnyLine, StringRef Text, in create()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/LineEditor/
H A DLineEditor.h59 std::string Text; member
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/
H A DSourceMgrTest.cpp25 void setMainBuffer(StringRef Text, StringRef BufferName) { in setMainBuffer()
/minix3/external/bsd/llvm/dist/clang/tools/clang-format/
H A DClangFormat.cpp185 static void outputReplacementXML(StringRef Text) { in outputReplacementXML()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h34 Text, enumerator
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h45 StringRef Text; member
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DSourceMgr.h203 std::string Text; variable

12