Searched defs:getLocationOfByte (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExpr.cpp808 /// getLocationOfByte - Return a source location that points to the specified
816 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, function in class:StringLiteral
/external/clang/lib/Sema/
H A DSemaChecking.cpp47 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
1985 SourceLocation getLocationOfByte(const char *x);
2010 SourceLocation Start = getLocationOfByte(startSpecifier);
2011 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
2019 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { function in class:CheckFormatHandler
2026 getLocationOfByte(startSpecifier),
2044 getLocationOfByte(LM.getStart()),
2048 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2058 getLocationOfByte(LM.getStart()),
2078 getLocationOfByte(L
[all...]

Completed in 103 milliseconds