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

/external/clang/lib/Sema/
H A DSemaChecking.cpp46 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(),
2316 SourceLocation getLocationOfByte(const char *x);
2341 SourceLocation Start = getLocationOfByte(startSpecifier);
2342 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
2350 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { function in class:CheckFormatHandler
2357 getLocationOfByte(startSpecifier),
2375 getLocationOfByte(LM.getStart()),
2379 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier)
2389 getLocationOfByte(LM.getStart()),
2409 getLocationOfByte(L
[all...]
/external/clang/lib/CodeGen/
H A DCGStmt.cpp1470 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts,
/external/clang/include/clang/AST/
H A DExpr.h1556 /// getLocationOfByte - Return a source location that points to the specified
1563 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
/external/clang/lib/AST/
H A DExpr.cpp921 /// getLocationOfByte - Return a source location that points to the specified
929 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, function in class:StringLiteral

Completed in 114 milliseconds