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

1 2

  /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(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
596 return PP.getLocForEndOfToken(loc);
Transforms.cpp 144 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 467 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
485 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation());
    [all...]
  /external/clang/lib/Sema/
SemaFixItUtils.cpp 61 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
SemaStmtAttr.cpp 32 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
SemaLambda.cpp     [all...]
Sema.cpp 47 SourceLocation Sema::getLocForEndOfToken(SourceLocation Loc, unsigned Offset) {
48 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, LangOpts);
    [all...]
AnalysisBasedWarnings.cpp 93 Close = S.getLocForEndOfToken(Close);
628 SourceLocation Loc = S.getLocForEndOfToken(VD->getLocEnd());
651 SourceLocation ElseKwLoc = Lexer::getLocForEndOfToken(
    [all...]
SemaExprObjC.cpp     [all...]
DeclSpec.cpp     [all...]
SemaExceptionSpec.cpp 300 FixItLoc = getLocForEndOfToken(FTLoc.getLocalRangeEnd());
    [all...]
SemaExpr.cpp 405 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
519 SourceLocation RHSLocEnd = S.PP.getLocForEndOfToken(RHS->getLocEnd());
    [all...]
SemaChecking.cpp     [all...]
SemaType.cpp     [all...]
  /external/clang/include/clang/Lex/
Lexer.h 322 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
Preprocessor.h     [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
ParseStmt.cpp 684 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
725 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
761 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
775 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
    [all...]
Parser.cpp 90 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
138 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseDecl.cpp     [all...]
ParseCXXInlineMethods.cpp 542 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseTemplate.cpp 244 = PP.getLocForEndOfToken(TemplateInfo.TemplateLoc);
    [all...]
ParseDeclCXX.cpp     [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructsConsumer.cpp 326 Lexer::getLocForEndOfToken(spelling_end, 0, manager, LangOptions());
  /external/clang/lib/Edit/
Commit.cpp 269 loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);

Completed in 686 milliseconds

1 2