/minix3/external/bsd/llvm/dist/clang/lib/Format/ |
H A D | Encoding.h | 34 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 D | WhitespaceManager.cpp | 283 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 D | BreakableToken.cpp | 42 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 D | Format.cpp | 539 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 D | Locale.cpp | 8 int columnWidth(StringRef Text) { in columnWidth()
|
H A D | Unicode.cpp | 343 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 81 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 D | buffer_demo.adb | 27 Text : constant String constant
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | VerifyDiagnosticConsumer.h | 160 const std::string Text; variable 175 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max) in Directive()
|
H A D | SerializedDiagnosticReader.h | 109 visitFixitRecord(const Location &Start, const Location &End, StringRef Text) { in visitFixitRecord()
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 135 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 D | CommentBriefParser.cpp | 48 bool isWhitespace(StringRef Text) { in isWhitespace()
|
H A D | CommentLexer.cpp | 504 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 D | CommentLexer.h | 105 void setText(StringRef Text) { in setText() 147 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText() 168 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
|
H A D | Comment.h | 268 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 D | EditedSource.h | 33 StringRef Text; member
|
H A D | Commit.h | 35 StringRef Text; member
|
/minix3/external/bsd/llvm/dist/clang/lib/Tooling/ |
H A D | RefactoringCallbacks.cpp | 25 StringRef Text) { in replaceStmtWithText()
|
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/ |
H A D | VerifyDiagnosticConsumer.cpp | 164 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 D | LineEditor.h | 59 std::string Text; member
|
/minix3/external/bsd/llvm/dist/llvm/unittests/Support/ |
H A D | SourceMgrTest.cpp | 25 void setMainBuffer(StringRef Text, StringRef BufferName) { in setMainBuffer()
|
/minix3/external/bsd/llvm/dist/clang/tools/clang-format/ |
H A D | ClangFormat.cpp | 185 static void outputReplacementXML(StringRef Text) { in outputReplacementXML()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/MC/ |
H A D | SectionKind.h | 34 Text, enumerator
|
/minix3/external/bsd/llvm/dist/clang/include/clang/ASTMatchers/Dynamic/ |
H A D | Diagnostics.h | 45 StringRef Text; member
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | SourceMgr.h | 203 std::string Text; variable
|