Home
last modified time | relevance | path

Searched refs:getLocationOfByte (Results 1 – 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaChecking.cpp46 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/
Dpatch-r208987-format-extensions.diff141 + S.Diag(getLocationOfByte(CS.getStart()),
151 + S.Diag(getLocationOfByte(CS.getStart()),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGStmt.cpp1472 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts, in getAsmSrcLocInfo()
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h1566 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
DExpr.cpp980 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral