HomeSort by: relevance | last modified time | path
    Searched defs:getLocationOfByte (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 1176 /// getLocationOfByte - Return a source location that points to the specified
1193 StringLiteral::getLocationOfByte(unsigned ByteNo, const SourceManager &SM,
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaChecking.cpp 108 return SL->getLocationOfByte(ByteNo, getSourceManager(), LangOpts,
7234 SourceLocation getLocationOfByte(
7238 return FExpr->getLocationOfByte(ByteNo + Offset, SM, Features, Target,
7779 SourceLocation getLocationOfByte(const char *x);
7802 SourceLocation Start = getLocationOfByte(startSpecifier);
7803 SourceLocation End = getLocationOfByte(startSpecifier + specifierLen - 1);
7811 SourceLocation CheckFormatHandler::getLocationOfByte(const char *x) {
7812 return FExpr->getLocationOfByte(x - Beg, S.getSourceManager(),
7819 getLocationOfByte(startSpecifier),
7837 getLocationOfByte(LM.getStart())
    [all...]

Completed in 34 milliseconds