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

/external/clang/lib/AST/
H A DExpr.cpp960 /// getLocationOfByte - Return a source location that points to the specified
968 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, function in class:StringLiteral
/external/clang/lib/Sema/
H A DSemaChecking.cpp46 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
2369 SourceLocation getLocationOfByte(const char *x);
2391 SourceLocation Start = getLocationOfByte(startSpecifier);
2392 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
2400 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { function in class:CheckFormatHandler
2407 getLocationOfByte(startSpecifier),
2425 getLocationOfByte(LM.getStart()),
2429 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2439 getLocationOfByte(LM.getStart()),
2459 getLocationOfByte(L
[all...]

Completed in 137 milliseconds