HomeSort by relevance Sort by last modified time
    Searched refs:getLocForEndOfToken (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/v8/tools/clang/value_cleanup/
ListValueRewriter.cpp 99 clang::SourceLocation end = clang::Lexer::getLocForEndOfToken(
135 clang::SourceLocation expr_end = clang::Lexer::getLocForEndOfToken(
322 clang::SourceLocation name_end = clang::Lexer::getLocForEndOfToken(
329 clang::SourceLocation init_end = clang::Lexer::getLocForEndOfToken(
  /external/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
Preprocessor.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
333 SourceLocation End = getLocForEndOfToken(Range.getEnd(), 0, SM, LangOpts);
  /external/clang/lib/ARCMigrate/
TransformActions.cpp 73 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
178 static SourceLocation getLocForEndOfToken(SourceLocation loc,
442 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
475 getLocForEndOfToken(replacementRange.getEnd(),
589 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
594 return PP.getLocForEndOfToken(loc);
Transforms.cpp 143 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 61 const SourceLocation End = S.getLocForEndOfToken(FullExpr->getSourceRange()
SemaStmtAttr.cpp 34 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
SemaLambda.cpp     [all...]
Sema.cpp 46 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) {
47 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
    [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 661 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
679 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation());
    [all...]
  /external/clang/lib/Edit/
Commit.cpp 269 loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
  /external/clang/lib/Parse/
ParseStmt.cpp 723 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
766 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
802 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
817 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
    [all...]
Parser.cpp 110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
158 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseExpr.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 435 milliseconds

1 2 3