Searched defs:SourceLine (Results 1 - 7 of 7) sorted by relevance

/external/clang/lib/Frontend/
H A DTextDiagnostic.cpp69 static int bytesSincePreviousTabOrLineBegin(StringRef SourceLine, size_t i) { argument
72 if (SourceLine[--i]=='\t')
93 /// \param SourceLine The line of source
99 printableTextForNextCharacter(StringRef SourceLine, size_t *i, argument
102 assert(*i<SourceLine.size() && "must point to a valid index");
104 if (SourceLine[*i]=='\t') {
107 unsigned col = bytesSincePreviousTabOrLineBegin(SourceLine, *i);
119 begin = reinterpret_cast<unsigned char const *>(&*(SourceLine.begin() + *i));
120 end = begin + (SourceLine.size() - *i);
126 unsigned char const *cp_end = begin+getNumBytesForUTF8(SourceLine[*
[all...]
/external/chromium_org/ppapi/generators/
H A Didl_lexer.py194 def SourceLine(self, file, line, pos): member in class:IDLLexer
203 self.SourceLine(file, line, pos))
/external/chromium_org/tools/idl_parser/
H A Didl_lexer.py204 def SourceLine(self, line, pos): member in class:IDLLexer
214 self.SourceLine(line, pos))
/external/llvm/lib/Support/
H A DSourceMgr.cpp251 ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine){
255 const char *LineStart = SourceLine.begin();
256 const char *LineEnd = SourceLine.end();
250 buildFixItLine(std::string &CaretLine, std::string &FixItLine, ArrayRef<SMFixIt> FixIts, ArrayRef<char> SourceLine) argument
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof1822 sub SourceLine { subroutine
1943 my $line = SourceLine($current_file, $l);
/external/jemalloc/bin/
H A Dpprof1822 sub SourceLine { subroutine
1943 my $line = SourceLine($current_file, $l);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 815 milliseconds