/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | SourceCodeBuilders.cpp | 65 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 D | Encoding.h | 34 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 D | WhitespaceManager.cpp | 124 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 D | BreakableToken.cpp | 68 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 D | xmalloc.c | 37 # define _(Text) gettext (Text) argument 40 # define _(Text) Text argument 42 #define N_(Text) Text argument
|
H A D | freesoft.c | 27 #define N_(Text) Text argument
|
/netbsd-src/external/gpl2/grep/dist/lib/ |
H A D | xmalloc.c | 37 # define _(Text) gettext (Text) argument 40 # define _(Text) Text argument 42 #define N_(Text) Text argument
|
H A D | closeout.c | 26 # define _(Text) gettext (Text) argument 28 # define _(Text) Text argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | CodeCompleteConsumer.cpp | 174 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 D | FormatUtil.h | 33 #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 D | Locale.cpp | 9 int columnWidth(StringRef Text) { in columnWidth()
|
H A D | AutoConvert.cpp | 53 std::error_code llvm::setFileTag(int FD, int CCSID, bool Text) { in setFileTag()
|
H A D | Unicode.cpp | 344 int columnWidthUTF8(StringRef Text) { in columnWidthUTF8()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | CommentParser.cpp | 134 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 D | CommentBriefParser.cpp | 46 bool isWhitespace(StringRef Text) { in isWhitespace()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | CommentLexer.h | 103 void setText(StringRef Text) { in setText() 145 void setVerbatimBlockText(StringRef Text) { in setVerbatimBlockText() 166 void setVerbatimLineText(StringRef Text) { in setVerbatimLineText()
|
H A D | Comment.h | 262 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 D | VerifyDiagnosticConsumer.h | 204 const std::string Text; variable 222 bool MatchAnyFileAndLine, bool MatchAnyLine, StringRef Text, in Directive()
|
/netbsd-src/common/dist/zlib/contrib/ada/ |
H A D | buffer_demo.adb | 27 Text : constant String constant
|
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/ada/ |
H A D | buffer_demo.adb | 27 Text : constant String constant
|
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/ada/ |
H A D | buffer_demo.adb | 27 Text : constant String constant
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/ada/ |
H A D | buffer_demo.adb | 27 Text : constant String constant
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Testing/Support/ |
H A D | Annotations.cpp | 26 Annotations::Annotations(llvm::StringRef Text) { in Annotations()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 41 StringRef Text; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cfi-verify/lib/ |
H A D | FileAnalysis.h | 237 std::string Text; variable
|