Searched refs:getLocationOfByte (Results 1 – 5 of 5) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 108 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts, in getLocationOfStringLiteralByte() 7234 SourceLocation getLocationOfByte( in getLocationOfByte() function in __anon7fa672bc1311::FormatStringLiteral 7238 return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target, in getLocationOfByte() 7779 SourceLocation getLocationOfByte(const char *x); 7802 SourceLocation Start = getLocationOfByte(startSpecifier); in getSpecifierRange() 7803 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1); in getSpecifierRange() 7811 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) { in getLocationOfByte() function in CheckFormatHandler 7812 return FExpr->getLocationOfByte(x - Beg, S.getSourceManager(), in getLocationOfByte() 7819 getLocationOfByte(startSpecifier), in HandleIncompleteSpecifier() 7837 getLocationOfByte(LM.getStart()), in HandleInvalidLengthModifier() [all …]
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Stmt.cpp | 716 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 719 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 752 SourceLocation BeginLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString() 755 SourceLocation EndLoc = getAsmString()->getLocationOfByte( in AnalyzeAsmString()
|
| H A D | Expr.cpp | 1193 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM, in getLocationOfByte() function in StringLiteral
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGStmt.cpp | 2135 SourceLocation LineLoc = Str->getLocationOfByte( in getAsmSrcLocInfo()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Expr.h | 1917 getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
|