Searched refs:getLocationOfByte (Results 1 - 5 of 5) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 47 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, 3376 SourceLocation getLocationOfByte(const char *x); 3398 SourceLocation Start = getLocationOfByte(startSpecifier); 3399 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); 3407 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { function in class:CheckFormatHandler 3414 getLocationOfByte(startSpecifier), 3432 getLocationOfByte(LM.getStart()), 3436 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier) 3446 getLocationOfByte(LM.getStart()), 3466 getLocationOfByte(L [all...] |
/external/clang/lib/AST/ |
H A D | Stmt.cpp | 593 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI); 595 getAsmString()->getLocationOfByte(CurPtr - StrStart, SM, LO, TI); 627 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI); 629 getAsmString()->getLocationOfByte(NameEnd + 1 - StrStart, SM, LO, TI);
|
H A D | Expr.cpp | 1003 /// getLocationOfByte - Return a source location that points to the specified 1020 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, function in class:StringLiteral
|
/external/clang/lib/CodeGen/ |
H A D | CGStmt.cpp | 1728 SourceLocation LineLoc = Str->getLocationOfByte(
|
/external/clang/include/clang/AST/ |
H A D | Expr.h | 1627 /// getLocationOfByte - Return a source location that points to the specified 1635 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|
Completed in 299 milliseconds