Searched refs:StrStart (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/TableGen/
H A DTGLexer.cpp184 const char *StrStart = CurPtr; local
191 return ReturnError(StrStart, "End of file in string literal");
194 return ReturnError(StrStart, "End of line in string literal");
224 return ReturnError(StrStart, "End of file in string literal");
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp312 const char *StrStart = LastEmitted; local
313 const char *StrEnd = strchr(StrStart, '}');
318 std::string Val(StrStart, StrEnd);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/AST/
H A DStmt.cpp446 const char *StrStart = Str.begin(); local
448 const char *CurPtr = StrStart;
498 DiagOffs = CurPtr-StrStart-1;
525 DiagOffs = CurPtr-StrStart-1;
543 DiagOffs = CurPtr-StrStart-1;
553 DiagOffs = CurPtr-StrStart-1;
567 DiagOffs = CurPtr-StrStart;
576 DiagOffs = CurPtr-StrStart-1;

Completed in 109 milliseconds