Searched refs:getLocationOfByte (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 47 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(), in getLocationOfStringLiteralByte() 1985 SourceLocation getLocationOfByte(const char *x); 2010 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange() 2011 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange() 2019 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler 2026 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier() 2044 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier() 2048 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier) in HandleInvalidLengthModifier() 2058 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier() 2078 getLocationOfByte(LM.getStart()), in HandleNonStandardLengthModifier() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 1388 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts, in getAsmSrcLocInfo()
|
/external/clang/lib/AST/ |
D | Expr.cpp | 816 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
|
/external/clang/include/clang/AST/ |
D | Expr.h | 1468 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|