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

1 2

  /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...]
  /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());
ObjCMT.cpp 265 BegLoc = PP.getLocForEndOfToken(BegLoc);
295 BegLoc = PP.getLocForEndOfToken(BegLoc);
    [all...]
  /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...]
SemaDeclObjC.cpp 608 SourceLocation starLoc = getLocForEndOfToken(
761 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getLocEnd());
    [all...]
SemaExprObjC.cpp     [all...]
AnalysisBasedWarnings.cpp 92 Close = S.getLocForEndOfToken(Close);
636 SourceLocation Loc = S.getLocForEndOfToken(VD->getLocEnd());
659 SourceLocation ElseKwLoc = S.getLocForEndOfToken(Then->getLocEnd());
    [all...]
SemaExceptionSpec.cpp 354 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd());
    [all...]
SemaExpr.cpp 480 = getLocForEndOfToken(sentinelExpr->getLocEnd());
602 SourceLocation RHSLocEnd = S.getLocForEndOfToken(RHS->getLocEnd());
    [all...]
SemaObjCProperty.cpp 605 StarLoc = getLocForEndOfToken(StarLoc);
    [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...]
ParseDeclCXX.cpp     [all...]
ParseCXXInlineMethods.cpp 647 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseTemplate.cpp 279 = PP.getLocForEndOfToken(TemplateInfo.TemplateLoc);
    [all...]
  /external/v8/tools/clang/base_bind_rewriters/
BaseBindRewriters.cpp 488 clang::Lexer::getLocForEndOfToken(target->getLocEnd(), 0,

Completed in 556 milliseconds

1 2