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

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

Completed in 300 milliseconds