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

1 2

  /external/clang/lib/ARCMigrate/
TransformActions.cpp 72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
177 static SourceLocation getLocForEndOfToken(SourceLocation loc,
441 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
474 getLocForEndOfToken(replacementRange.getEnd(),
590 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
595 return PP.getLocForEndOfToken(loc);
Transforms.cpp 82 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
  /external/clang/lib/Sema/
SemaLambda.cpp 309 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
319 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
346 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
351 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
395 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
    [all...]
SemaFixItUtils.cpp 60 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
AnalysisBasedWarnings.cpp 444 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
    [all...]
DeclSpec.cpp 871 PP.getLocForEndOfToken(getTypeSpecComplexLoc()),
    [all...]
Sema.cpp     [all...]
SemaExceptionSpec.cpp 255 FixItLoc = PP.getLocForEndOfToken(FTLoc->getLocalRangeEnd());
    [all...]
SemaExprObjC.cpp     [all...]
SemaExpr.cpp 281 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
    [all...]
SemaInit.cpp 584 SemaRef.PP.getLocForEndOfToken(
    [all...]
TreeTransform.h     [all...]
SemaExprCXX.cpp     [all...]
SemaDeclObjC.cpp     [all...]
SemaTemplateInstantiateDecl.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 310 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
Preprocessor.h     [all...]
  /external/clang/lib/Parse/
Parser.cpp 124 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
171 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseStmt.cpp 584 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
624 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
660 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
673 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
    [all...]
ParseExpr.cpp     [all...]
ParseCXXInlineMethods.cpp 573 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]
  /external/clang/lib/Edit/
Commit.cpp 269 loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
  /external/clang/lib/Lex/
PPDirectives.cpp     [all...]

Completed in 487 milliseconds

1 2