Searched refs:getLocForEndOfToken (Results 1 - 24 of 24) sorted by relevance

/external/clang/lib/Sema/
H A DSemaFixItUtils.cpp60 const SourceLocation End = S.PP.getLocForEndOfToken(FullExpr->getSourceRange()
H A DSemaExceptionSpec.cpp234 FixItLoc = PP.getLocForEndOfToken(FTLoc->getLocalRangeEnd());
H A DAnalysisBasedWarnings.cpp459 SourceLocation loc = S.PP.getLocForEndOfToken(VD->getLocEnd());
H A DDeclSpec.cpp865 PP.getLocForEndOfToken(getTypeSpecComplexLoc()),
H A DSema.cpp1010 PP.getLocForEndOfToken(Range.getEnd());
H A DSemaExprObjC.cpp166 PP.getLocForEndOfToken(LParenLoc));
1881 SourceLocation afterLParen = S.PP.getLocForEndOfToken(castRange.getBegin());
H A DSemaInit.cpp581 SemaRef.PP.getLocForEndOfToken(
5077 R.setBegin(S.PP.getLocForEndOfToken(R.getBegin()));
5485 S.getPreprocessor().getLocForEndOfToken(InitE->getLocEnd()), ")");
H A DSemaExprCXX.cpp1876 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(StartLoc), "[]");
4275 SourceLocation ExpectedLParenLoc = PP.getLocForEndOfToken(NameLoc);
H A DSemaExpr.cpp269 = PP.getLocForEndOfToken(sentinelExpr->getLocEnd());
4902 SourceLocation EndLoc = Self.PP.getLocForEndOfToken(ParenRange.getEnd());
6898 Loc, Lexer::getLocForEndOfToken(Loc, 0, getSourceManager(),
6906 Lexer::getLocForEndOfToken(LHS.get()->getLocEnd(),
9634 SourceLocation Close = PP.getLocForEndOfToken(E->getSourceRange().getEnd());
H A DTreeTransform.h6169 = SemaRef.PP.getLocForEndOfToken(E->getBase()->getSourceRange().getEnd());
6339 = SemaRef.PP.getLocForEndOfToken(E->getBase()->getLocEnd());
6571 = SemaRef.PP.getLocForEndOfToken(
6689 = SemaRef.PP.getLocForEndOfToken(E->getOperatorLoc());
6692 = SemaRef.PP.getLocForEndOfToken(
H A DSemaTemplateInstantiateDecl.cpp283 LParenLoc = PP.getLocForEndOfToken(Init->getLocStart());
H A DSemaDecl.cpp4849 InsertLoc = PP.getLocForEndOfToken(InsertLoc);
H A DSemaDeclCXX.cpp9678 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(FriendLoc),
H A DSemaOverload.cpp4266 << FixItHint::CreateInsertion(PP.getLocForEndOfToken(From->getLocEnd()),
/external/clang/lib/ARCMigrate/
H A DTransformActions.cpp72 End = FullSourceLoc(getLocForEndOfToken(endLoc, srcMgr, PP), srcMgr);
175 static SourceLocation getLocForEndOfToken(SourceLocation loc,
439 addInsertion(getLocForEndOfToken(loc, Ctx.getSourceManager(), PP), text);
472 getLocForEndOfToken(replacementRange.getEnd(),
588 SourceLocation TransformActionsImpl::getLocForEndOfToken(SourceLocation loc, function in class:TransformActionsImpl
593 return PP.getLocForEndOfToken(loc);
H A DTransforms.cpp112 loc = Lexer::getLocForEndOfToken(loc, /*Offset=*/0, SM, Ctx.getLangOptions());
/external/clang/include/clang/Lex/
H A DLexer.h308 static SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset,
H A DPreprocessor.h849 SourceLocation getLocForEndOfToken(SourceLocation Loc, unsigned Offset = 0) { function in class:clang::Preprocessor
850 return Lexer::getLocForEndOfToken(Loc, Offset, SourceMgr, Features);
/external/clang/lib/Parse/
H A DParser.cpp112 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
159 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
1116 SourceRange RemovalRange(PP.getLocForEndOfToken(Loc),
1117 PP.getLocForEndOfToken(Tok.getLocation()));
H A DParseStmt.cpp556 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
596 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
633 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
641 SourceLocation AfterColonLoc = PP.getLocForEndOfToken(ColonLoc);
H A DParseExpr.cpp1516 RParenLoc = PP.getLocForEndOfToken(NameLoc);
1524 LParenLoc = PP.getLocForEndOfToken(EllipsisLoc);
1525 RParenLoc = PP.getLocForEndOfToken(NameLoc);
H A DParseCXXInlineMethods.cpp480 SourceLocation EndLoc = PP.getLocForEndOfToken(PrevTokLocation);
H A DParseDeclCXX.cpp1124 = PP.getLocForEndOfToken(TemplateInfo.TemplateLoc);
2280 SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation);
H A DParseDecl.cpp3035 SourceLocation Loc = PP.getLocForEndOfToken(PrevTokLocation);

Completed in 343 milliseconds