Searched refs:getLocationOfByte (Results 1 - 4 of 4) sorted by relevance

/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...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1388 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts,
/external/clang/include/clang/AST/
H A DExpr.h1461 /// getLocationOfByte - Return a source location that points to the specified
1468 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
/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

Completed in 840 milliseconds