Searched refs:getEnd (Results 101 - 125 of 189) sorted by relevance

12345678

/external/clang/lib/AST/
H A DDecl.cpp1745 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
2355 return SourceRange(getOuterLocStart(), ArgRange.getEnd());
2925 !SM.isBeforeInTranslationUnit(RTRange.getEnd(), Boundary))
4172 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
4180 RangeEnd = TInfo->getTypeLoc().getSourceRange().getEnd();
H A DASTDumper.cpp625 if (R.getBegin() != R.getEnd()) {
627 dumpLocation(R.getEnd());
H A DDeclTemplate.cpp582 getDefaultArgument()->getSourceRange().getEnd());
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp362 SourceRange(AtLoc, NR.getEnd())));
3395 NCE->getAngleBrackets().getEnd());
3431 S.getLocForEndOfToken(range.getEnd()),
3446 NCE->getAngleBrackets().getEnd());
3464 S.getLocForEndOfToken(range.getEnd()),
H A DSemaPseudoObject.cpp1489 RefExpr->getSourceRange().getEnd());
1521 op->getSourceRange().getEnd());
H A DSemaInit.cpp852 ParentIList->getSourceRange().getEnd()));
871 = ParentIList->getInit(EndIndex)->getSourceRange().getEnd();
947 << FixItHint::CreateRemoval(Braces.getEnd());
1900 SemaRef.Diag(IList->getSourceRange().getEnd(),
2641 InitRange.getEnd());
6276 return S.ActOnParenListExpr(ParenRange.getBegin(), ParenRange.getEnd(),
6777 Kind.getRange().getEnd());
H A DSemaDeclCXX.cpp2899 << SourceRange(IdLoc, Init->getSourceRange().getEnd());
2987 << MemberOrBase << SourceRange(IdLoc,Init->getSourceRange().getEnd());
3105 InitRange.getEnd());
3128 InitRange.getEnd());
3132 InitRange.getEnd());
3159 InitRange.getEnd());
3189 InitRange.getEnd());
3216 << SourceRange(BaseLoc, InitRange.getEnd());
3265 InitRange.getEnd(), EllipsisLoc);
3293 InitRange.getEnd());
[all...]
H A DDeclSpec.cpp206 I.Fun.ExceptionSpecLocEnd = ESpecRange.getEnd().getRawEncoding();
H A DSemaTemplateDeduction.cpp2108 Template->getSourceRange().getEnd(), ArgumentPackIndex, Output,
2863 FunctionTemplate->getSourceRange().getEnd(),
2881 FunctionTemplate->getSourceRange().getEnd(),
/external/clang/include/clang/AST/
H A DDeclTemplate.h368 TemplatedDecl.getPointer()->getSourceRange().getEnd());
622 return AngleLocs.getEnd();
1474 End = getDefaultArgument().getSourceRange().getEnd();
H A DDeclBase.h382 return getSourceRange().getEnd();
H A DDeclCXX.h205 SourceLocation getLocEnd() const LLVM_READONLY { return Range.getEnd(); }
/external/clang/lib/Parse/
H A DParser.cpp110 SourceLocation EndLoc = PP.getLocForEndOfToken(ParenRange.getEnd());
111 if (!ParenRange.getEnd().isFileID() || EndLoc.isInvalid()) {
H A DParseExpr.cpp445 Actions.getExprRange(RHS.get()).getEnd()));
2794 SourceLocation Tmp = ParamInfo.getSourceRange().getEnd();
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DDescriptors.java665 if (range.getStart() <= number && number < range.getEnd()) {
676 if (range.getStart() <= number && number < range.getEnd()) {
/external/skia/src/pathops/
H A DSkOpCoincidence.cpp31 const SkOpPtT* (SkCoincidentSpans::* getEnd)() const,
33 const SkOpPtT* origPtT = (this->*getEnd)();
/external/clang/include/clang/Basic/
H A DSourceManager.h1087 getExpansionRange(Range.getEnd()).second);
/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp531 StringRef C(CommentRaw, SM.getCharacterData(Comment.getEnd()) - CommentRaw);
/external/v8/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp538 loc = Lexer::getLocForEndOfToken(manager.getSpellingLoc(range.getEnd()),
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DRewriteToChromeStyle.cpp399 clang::SourceLocation end = parent.getSourceRange().getEnd();
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp1011 CurEHLocation = BodyRange.getEnd();
1082 FinishFunction(BodyRange.getEnd());
/external/clang/lib/Serialization/
H A DASTReader.cpp4898 TranslateSourceLocation(M, PPOffs.getEnd()));
5047 TranslateSourceLocation(M, PPI->getEnd()), Loc)) {
5068 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
5072 PreprocessedEntityID EndID = findPreprocessedEntity(Range.getEnd(), true);
8092 Builder.Extend(Context, II, Range.getBegin(), Range.getEnd());
8099 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd());
8106 Builder.Extend(Context, Alias, Range.getBegin(), Range.getEnd());
8134 Builder.MakeSuper(Context, RD, Range.getBegin(), Range.getEnd());
H A DASTReaderStmt.cpp1308 E->RParenLoc = R.getEnd();
1555 E->RParenLoc = Range.getEnd();
1568 E->RParen = Range.getEnd();
1579 E->RParen = Range.getEnd();
/external/clang/lib/Format/
H A DContinuationIndenter.cpp288 SourceMgr.getSpellingColumnNumber(Current.WhitespaceRange.getEnd());
H A DUnwrappedLineParser.cpp616 FormatTok->WhitespaceRange.getEnd()) {

Completed in 562 milliseconds

12345678