Searched defs:Text (Results 1 - 25 of 28) sorted by relevance

12

/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DLocale.cpp8 int columnWidth(StringRef Text) { argument
H A DUnicode.cpp343 int columnWidthUTF8(StringRef Text) { argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentBriefParser.cpp48 bool isWhitespace(StringRef Text) { argument
H A DCommentParser.cpp181 StringRef Text = StringRef(TextPtr, Length); local
226 StringRef Text = StringRef(TextPtr, Length); local
709 StringRef Text; local
131 formTokenWithChars(Token &Result, SourceLocation Loc, const char *TokBegin, unsigned TokLength, StringRef Text) argument
[all...]
H A DCommentSema.cpp411 actOnText(SourceLocation LocBegin, SourceLocation LocEnd, StringRef Text) argument
426 actOnVerbatimBlockLine(SourceLocation Loc, StringRef Text) argument
440 actOnVerbatimLine(SourceLocation LocBegin, unsigned CommandID, SourceLocation TextBegin, StringRef Text) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Edit/
H A DEditedSource.h34 StringRef Text; member in struct:clang::edit::EditedSource::FileEdit
H A DCommit.h35 StringRef Text; member in struct:clang::edit::Commit::Edit
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Tooling/
H A DRefactoringCallbacks.cpp23 replaceStmtWithText(SourceManager &Sources, const Stmt &From, StringRef Text) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Format/
H A DEncoding.h34 inline Encoding detectEncoding(StringRef Text) { argument
42 inline unsigned getCodePointCountUTF8(StringRef Text) { argument
52 inline unsigned getCodePointCount(StringRef Text, Encodin argument
64 columnWidth(StringRef Text, Encoding Encoding) argument
76 columnWidthWithTabs(StringRef Text, unsigned StartColumn, unsigned TabWidth, Encoding Encoding) argument
113 getEscapeSequenceLength(StringRef Text) argument
[all...]
H A DBreakableToken.cpp42 static BreakableToken::Split getCommentSplit(StringRef Text, argument
85 getStringSplit(StringRef Text, unsigned UsedColumns, unsigned ColumnLimit, unsigned TabWidth, encoding::Encoding Encoding) argument
371 StringRef Text = Lines[LineIndex].substr(TailOffset); local
391 StringRef Text = Lines[LineIndex].substr(TailOffset); local
[all...]
H A DWhitespaceManager.cpp264 void WhitespaceManager::appendNewlineText(std::string &Text, argument
270 void WhitespaceManager::appendNewlineText(std::string &Text, unsigned Newlines, argument
284 void WhitespaceManager::appendIndentText(std::string &Text, argument
252 storeReplacement(const SourceRange &Range, StringRef Text) argument
[all...]
H A DContinuationIndenter.cpp699 static bool getRawStringLiteralPrefixPostfix(StringRef Text, argument
[all...]
H A DUnwrappedLineParser.cpp692 StringRef Text = FormatTok->TokenText; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/ASTMatchers/Dynamic/
H A DDiagnostics.h46 StringRef Text; member in struct:clang::ast_matchers::dynamic::ParserValue
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DVerifyDiagnosticConsumer.h153 const std::string Text; member in class:clang::VerifyDiagnosticConsumer::Directive
166 Directive(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
/freebsd-9.3-release/contrib/llvm/include/llvm/MC/
H A DSectionKind.h34 Text, enumerator in enum:llvm::SectionKind::Kind
/freebsd-9.3-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp67 SectionEntry *Text = &Sections[SectionInfo.TextSID]; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DParser.cpp47 StringRef Text; member in struct:clang::ast_matchers::dynamic::Parser::TokenInfo
[all...]
/freebsd-9.3-release/contrib/llvm/lib/MC/
H A DMCObjectDisassembler.cpp122 MCTextAtom *Text = 0; local
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DCommentLexer.h105 void setText(StringRef Text) { argument
147 void setVerbatimBlockText(StringRef Text) { argument
168 void setVerbatimLineText(StringRef Text) { argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Driver/
H A DToolChains.h48 std::string Text; member in struct:clang::driver::toolchains::Generic_GCC::GCCVersion
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp449 std::string Text; local
165 StandardDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
183 RegexDirective(SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
823 create(bool RegexKind, SourceLocation DirectiveLoc, SourceLocation DiagnosticLoc, StringRef Text, unsigned Min, unsigned Max) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Index/
H A DCommentToXML.cpp1111 convertHTMLTagNodeToText( const comments::HTMLTagComment *HTC, SmallVectorImpl<char> &Text, const ASTContext &Context) argument
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DCodeCompleteConsumer.cpp82 CodeCompletionString::Chunk::Chunk(ChunkKind Kind, const char *Text) argument
157 CreateText(const char *Text) argument
346 AddTypedTextChunk(const char *Text) argument
350 AddTextChunk(const char *Text) argument
362 AddInformativeChunk(const char *Text) argument
375 AddChunk(CodeCompletionString::ChunkKind CK, const char *Text) argument
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h392 const char *Text; member in union:clang::CodeCompletionString::Chunk::__anon2877

Completed in 169 milliseconds

12