OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextPtr
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/AST/
CommentLexer.h
72
const char *
TextPtr
;
76
/// If the token is a konwn command, contains command ID and
TextPtr
is
78
/// contains the length of the string that starts at
TextPtr
.
102
return StringRef(
TextPtr
, IntVal);
107
TextPtr
= Text.data();
113
return StringRef(
TextPtr
, IntVal);
118
TextPtr
= Name.data();
144
return StringRef(
TextPtr
, IntVal);
149
TextPtr
= Text.data();
165
return StringRef(
TextPtr
, IntVal)
[
all
...]
/external/clang/lib/AST/
CommentParser.cpp
131
Result.
TextPtr
= "<UNSET>";
169
char *
TextPtr
= Allocator.Allocate<char>(Length + 1);
171
memcpy(
TextPtr
, WordText.c_str(), Length + 1);
172
StringRef Text = StringRef(
TextPtr
, Length);
214
char *
TextPtr
= Allocator.Allocate<char>(Length + 1);
216
memcpy(
TextPtr
, WordText.c_str(), Length + 1);
217
StringRef Text = StringRef(
TextPtr
, Length);
Completed in 69 milliseconds