Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCodeBuilders.cpp65 StringRef Text = getText(E, Context); in buildParens() local
78 StringRef Text = in buildDereference() local
85 StringRef Text = getText(E, Context); in buildDereference() local
99 StringRef Text = in buildAddressOf() local
106 StringRef Text = getText(E, Context); in buildAddressOf() local
130 StringRef Text = getText(E, Context); in buildDot() local
154 StringRef Text = getText(E, Context); in buildArrow() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DEncoding.h34 inline Encoding detectEncoding(StringRef Text) { in detectEncoding()
45 inline unsigned columnWidth(StringRef Text, Encoding Encoding) { in columnWidth()
61 inline unsigned columnWidthWithTabs(StringRef Text, unsigned StartColumn, in columnWidthWithTabs()
97 inline unsigned getEscapeSequenceLength(StringRef Text) { in getEscapeSequenceLength()
H A DWhitespaceManager.cpp124 StringRef Text(PreviousOriginalWhitespaceEndData, in calculateLineBreakInformation() local
972 void WhitespaceManager::storeReplacement(SourceRange Range, StringRef Text) { in storeReplacement()
989 void WhitespaceManager::appendNewlineText(std::string &Text, in appendNewlineText()
996 std::string &Text, unsigned Newlines, unsigned PreviousEndOfTokenColumn, in appendEscapedNewlineText()
1009 void WhitespaceManager::appendIndentText(std::string &Text, in appendIndentText()
1061 unsigned WhitespaceManager::appendTabIndent(std::string &Text, unsigned Spaces, in appendTabIndent()
H A DBreakableToken.cpp68 getCommentSplit(StringRef Text, unsigned ContentStartColumn, in getCommentSplit()
171 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, in getStringSplit()
319 StringRef Text = Content[LineIndex].substr(TailOffset); in compressWhitespace() local
604 StringRef Text = Content[LineIndex].substr(TailOffset); in insertBreak() local
891 StringRef Text = Content[LineIndex].substr(TailOffset); in insertBreak() local
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Dxmalloc.c37 # define _(Text) gettext (Text) argument
40 # define _(Text) Text argument
42 #define N_(Text) Text argument
H A Dfreesoft.c27 #define N_(Text) Text argument
/netbsd-src/external/gpl2/grep/dist/lib/
H A Dxmalloc.c37 # define _(Text) gettext (Text) argument
40 # define _(Text) Text argument
42 #define N_(Text) Text argument
H A Dcloseout.c26 # define _(Text) gettext (Text) argument
28 # define _(Text) Text argument
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp174 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) in Chunk()
248 CodeCompletionString::Chunk::CreateText(const char *Text) { in CreateText()
431 void CodeCompletionBuilder::AddTypedTextChunk(const char *Text) { in AddTypedTextChunk()
435 void CodeCompletionBuilder::AddTextChunk(const char *Text) { in AddTextChunk()
447 void CodeCompletionBuilder::AddInformativeChunk(const char *Text) { in AddInformativeChunk()
461 const char *Text) { in AddChunk()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DFormatUtil.h33 #define PUSH_MASKED_FLAG(Enum, Mask, TheOpt, Value, Text) \ argument
37 #define PUSH_FLAG(Enum, TheOpt, Value, Text) \ argument
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DLocale.cpp9 int columnWidth(StringRef Text) { in columnWidth()
H A DAutoConvert.cpp53 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) { in setFileTag()
H A DUnicode.cpp344 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentParser.cpp134 StringRef Text) { in formTokenWithChars()
180 StringRef Text = StringRef(TextPtr, Length); in lexWord() local
225 StringRef Text = StringRef(TextPtr, Length); in lexDelimitedSeq() local
713 StringRef Text; in parseVerbatimLine() local
H A DCommentBriefParser.cpp46 bool isWhitespace(StringRef Text) { in isWhitespace()
/netbsd-src/external/apache2/llvm/dist/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 DComment.h262 StringRef Text; variable
267 StringRef Text) : in TextComment()
301 StringRef Text; member
600 StringRef Text; member
864 StringRef Text; variable
868 StringRef Text) : in VerbatimBlockLineComment()
953 StringRef Text) : in VerbatimLineComment()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h204 const std::string Text; variable
222 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive()
/netbsd-src/common/dist/zlib/contrib/ada/
H A Dbuffer_demo.adb27 Text : constant String constant
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/
H A Dbuffer_demo.adb27 Text : constant String constant
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/
H A Dbuffer_demo.adb27 Text : constant String constant
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/
H A Dbuffer_demo.adb27 Text : constant String constant
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/
H A DAnnotations.cpp26 Annotations::Annotations(llvm::StringRef Text) { in Annotations()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h41 StringRef Text; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/
H A DFileAnalysis.h237 std::string Text; variable

1234