Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp107 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte()
8693 SourceLocation getLocationOfByte( in getLocationOfByte() function in __anon9b6cdc881c11::FormatStringLiteral
8697 return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target, in getLocationOfByte()
9304 SourceLocation getLocationOfByte(const char *x);
9327 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange()
9328 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange()
9336 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler
9337 return FExpr->getLocationOfByte(x - Beg, S.getSourceManager(), in getLocationOfByte()
9344 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier()
9362 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier()
[all …]
H A DSemaDeclAttr.cpp3517 SourceLocation CurLoc = Literal->getLocationOfByte( in checkTargetClonesAttrString()
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DStmt.cpp729 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
732 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
765 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
768 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
H A DExpr.cpp1314 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGStmt.cpp2260 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h1938 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,