Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaChecking.cpp46 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
3209 SourceLocation getLocationOfByte(const char *x);
3231 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange()
3232 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange()
3240 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler
3247 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier()
3265 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier()
3269 S.Diag(getLocationOfByte(LM.getStart()), diag::note_format_fix_specifier) in HandleInvalidLengthModifier()
3279 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier()
3299 getLocationOfByte(LM.getStart()), in HandleNonStandardLengthModifier()
[all …]
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp591 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI); in AnalyzeAsmString()
593 getAsmString()->getLocationOfByte(CurPtr - StrStart, SM, LO, TI); in AnalyzeAsmString()
625 getAsmString()->getLocationOfByte(Percent - StrStart, SM, LO, TI); in AnalyzeAsmString()
627 getAsmString()->getLocationOfByte(NameEnd + 1 - StrStart, SM, LO, TI); in AnalyzeAsmString()
HDExpr.cpp1006 getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp1801 SourceLocation LineLoc = Str->getLocationOfByte(i+1, SM, LangOpts, in getAsmSrcLocInfo()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h1599 SourceLocation getLocationOfByte(unsigned ByteNo, const SourceManager &SM,