| /external/clang/lib/AST/ |
| CommentParser.cpp | 30 /// Re-lexes a sequence of tok::text tokens. 101 // If we see a single newline token between text tokens, skip it. 104 if (P.Tok.isNot(tok::text)) { 110 if (P.Tok.isNot(tok::text)) { 135 StringRef Text) { 137 Result.setKind(tok::text); 143 Result.setText(Text); 181 StringRef Text = StringRef(TextPtr, Length); 183 formTokenWithChars(Tok, Loc, WordBegin, Length, Text); 226 StringRef Text = StringRef(TextPtr, Length) [all...] |
| /external/clang/lib/ASTMatchers/Dynamic/ |
| Parser.cpp | 47 TokenInfo() : Text(), Kind(TK_Eof), Range(), Value() {} 49 StringRef Text; 93 Result.Text = StringRef(CodeCompletionLocation, 0); 100 Result.Text = ""; 107 Result.Text = Code.substr(0, 1); 112 Result.Text = Code.substr(0, 1); 117 Result.Text = Code.substr(0, 1); 122 Result.Text = Code.substr(0, 1); 149 Result.Text = Code.substr(0, TokenLength); 158 Result.Text = Code.substr(0, TokenLength) [all...] |
| /external/clang/lib/Format/ |
| Format.cpp | 735 std::error_code parseConfiguration(StringRef Text, FormatStyle *Style) { 739 if (Text.trim().empty()) 743 llvm::yaml::Input Input(Text); [all...] |
| UnwrappedLineParser.cpp | [all...] |
| /external/clang/lib/Frontend/ |
| VerifyDiagnosticConsumer.cpp | 164 bool MatchAnyLine, StringRef Text, unsigned Min, 166 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max) { } 174 return S.find(Text) != StringRef::npos; 183 bool MatchAnyLine, StringRef Text, unsigned Min, unsigned Max, 185 : Directive(DirectiveLoc, DiagnosticLoc, MatchAnyLine, Text, Min, Max), 479 // Build directive text; convert \n to newlines. 480 std::string Text; 486 Text += Content.substr(CPos, FPos-CPos); 487 Text += '\n'; 490 if (Text.empty() [all...] |
| /external/jmdns/src/javax/jmdns/impl/ |
| DNSRecord.java | 536 public static class Text extends DNSRecord { 537 // private static Logger logger = Logger.getLogger(Text.class.getName()); 540 public Text(String name, DNSRecordClass recordClass, boolean unique, int ttl, byte text[]) { 542 this._text = (text != null && text.length > 0 ? text : EMPTY_TXT); 546 * @return the text 559 if (! (other instanceof Text) ) { 562 Text txt = (Text) other [all...] |
| /external/swiftshader/third_party/LLVM/lib/CodeGen/ |
| ELFWriter.cpp | 14 // #2. '.text' section 23 // #1. ".text" entry - the program code 212 // getTextSection - Get the text section for the specified function 214 const MCSectionELF *Text = 216 return getSection(Text->getSectionName(), Text->getType(), Text->getFlags()); [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Sema/ |
| CodeCompleteConsumer.h | 333 /// \brief The piece of text that the user is expected to type to 337 /// \brief A piece of text that should be placed in the buffer, e.g., 347 /// \brief A piece of text that describes something about the result but 350 /// \brief A piece of text that describes the type of an entity or, for 353 /// \brief A piece of text that describes the parameter that corresponds 395 /// \brief The text string associated with a CK_Text, CK_Placeholder, 399 const char *Text; 407 Chunk() : Kind(CK_Text), Text(nullptr) { } 409 explicit Chunk(ChunkKind Kind, const char *Text = ""); 411 /// \brief Create a new text chunk [all...] |
| /external/deqp/executor/ |
| xeTestCaseResult.hpp | 63 class Text; 220 class Text : public Item 223 Text (void) : Item(TYPE_TEXT) {} 224 ~Text (void) {} 226 std::string text; member in class:xe::ri::Text
|
| /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/ |
| FrameworkInternalFormRepresentation.h | 9 The full text of the license may be found at
145 STRING_REF Text;
356 STRING_REF Text;
357 STRING_REF TextTwo; ///< Optional text.
|
| /external/clang/lib/Driver/ |
| ToolChains.h | 51 /// \brief The unparsed text of the version. 52 std::string Text; 57 /// \brief The text of the parsed major, and major+minor versions. [all...] |
| /external/pdfium/core/fxcrt/css/ |
| cfx_css.h | 43 Text,
|