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

1 2

  /external/clang/lib/Sema/
SemaStmtAttr.cpp 33 SourceLocation L = Lexer::getLocForEndOfToken(Range.getEnd(), 0,
SemaLambda.cpp 625 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
635 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
686 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
691 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
721 SourceRange(PP.getLocForEndOfToken(PrevCaptureLoc), C->Loc));
    [all...]
SemaFixItUtils.cpp 61 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
AnalysisBasedWarnings.cpp 455 SourceLocation Loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
473 SourceLocation ElseKwLoc = Lexer::getLocForEndOfToken(
    [all...]
DeclSpec.cpp     [all...]
SemaExceptionSpec.cpp 276 FixItLoc = PP.getLocForEndOfToken(FTLoc.getLocalRangeEnd());
    [all...]
SemaExprObjC.cpp     [all...]
Sema.cpp     [all...]
SemaExpr.cpp 407 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
515 SourceLocation RHSLocEnd = S.PP.getLocForEndOfToken(RHS->getLocEnd());
    [all...]
SemaType.cpp     [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(),
591 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc,
596 return PP.getLocForEndOfToken(loc);
Transforms.cpp 143 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOpts());
  /external/clang/include/clang/Lex/
Lexer.h 323 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
Preprocessor.h     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp 482 PP.getLocForEndOfToken(ClosingBrace->getLocation())));
500 SourceLocation Loc = PP.getLocForEndOfToken((I - 1)->getLocation());
    [all...]
Lexer.cpp 773 SourceLocation Lexer::getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
850 End = Lexer::getLocForEndOfToken(End, 0, SM,LangOpts);
    [all...]
  /external/chromium_org/tools/clang/plugins/
FindBadConstructs.cpp 316 SourceLocation token_end = Lexer::getLocForEndOfToken(
  /external/clang/lib/Edit/
Commit.cpp 269 loc = Lexer::getLocForEndOfToken(loc, 0, SourceMgr, LangOpts);
  /external/clang/lib/Parse/
Parser.cpp 134 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
182 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
    [all...]
ParseExpr.cpp     [all...]
ParseCXXInlineMethods.cpp 540 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
ParseStmt.cpp 583 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
623 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
659 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
672 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
    [all...]
ParseTemplate.cpp 249 = PP.getLocForEndOfToken(TemplateInfo.TemplateLoc);
    [all...]
ParseDeclCXX.cpp     [all...]
ParseDecl.cpp     [all...]

Completed in 1599 milliseconds

1 2