Searched refs:getLocationOfByte (Results 1 – 5 of 5) sorted by relevance
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/ |
| D | SemaChecking.cpp | 46 return SL->getLocationOfByte(ByteNo, PP.getSourceManager(), in getLocationOfStringLiteralByte() 2380 SourceLocation getLocationOfByte(const char *x); 2405 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange() 2406 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange() 2414 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler 2421 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier() 2439 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier() 2443 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier) in HandleInvalidLengthModifier() 2453 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier() 2473 getLocationOfByte(LM.getStart()), in HandleNonStandardLengthModifier() [all …]
|
| /freebsd-10-stable/contrib/llvm/patches/ |
| D | patch-r208987-format-extensions.diff | 141 + S.Diag(getLocationOfByte(CS.getStart()), 151 + S.Diag(getLocationOfByte(CS.getStart()),
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/ |
| D | CGStmt.cpp | 1472 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts, in getAsmSrcLocInfo()
|
| /freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Expr.h | 1566 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|
| /freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | Expr.cpp | 980 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
|