Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp125 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
5623 SourceLocation getLocationOfByte( in getLocationOfByte() function in __anon28c3fbb11a11::FormatStringLiteral
5627 return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target, in getLocationOfByte()
6232 SourceLocation getLocationOfByte(const char *x);
6255 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange()
6256 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange()
6264 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler
6265 return FExpr->getLocationOfByte(x - Beg, S.getSourceManager(), in getLocationOfByte()
6272 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier()
6290 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier()
[all …]
H A DSemaDeclAttr.cpp3071 Literal->getLocationOfByte(Cur.data() - Literal->getString().data(), in checkTargetClonesAttrString()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp730 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
733 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
766 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
769 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
H A DExpr.cpp1329 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp2456 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h1944 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,