reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Expr.h
 1846   getLocationOfByte(unsigned ByteNo, const SourceManager &SM,

References

tools/clang/lib/AST/Stmt.cpp
  656       SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
  659       SourceLocation EndLoc = getAsmString()->getLocationOfByte(
  692       SourceLocation BeginLoc = getAsmString()->getLocationOfByte(
  695       SourceLocation EndLoc = getAsmString()->getLocationOfByte(
tools/clang/lib/CodeGen/CGStmt.cpp
 1902       SourceLocation LineLoc = Str->getLocationOfByte(
tools/clang/lib/Sema/SemaChecking.cpp
  104   return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
 6764     return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target,