Searched refs:getBegin (Results 51 - 75 of 137) sorted by last modified time

123456

/external/clang/include/clang/AST/
H A DExprCXX.h89 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
592 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
729 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
1532 return IntroducerRange.getBegin();
1753 SourceLocation getStartLoc() const { return Range.getBegin(); }
3317 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
H A DExprObjC.h113 SourceLocation getAtLoc() const { return Range.getBegin(); }
115 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
154 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
323 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
1358 LBracLoc = R.getBegin();
H A DNestedNameSpecifier.h269 return getSourceRange().getBegin();
281 return getLocalSourceRange().getBegin();
H A DRawCommentList.h111 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
H A DTemplateBase.h455 return getSourceRange().getBegin();
H A DType.h2402 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); }
2458 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); }
H A DTypeLoc.h1530 setLParenLoc(range.getBegin());
1616 setLParenLoc(Range.getBegin());
1937 setLParenLoc(Range.getBegin());
/external/clang/include/clang/Basic/
H A DSourceLocation.h200 SourceLocation getBegin() const { return B; } function in class:clang::SourceLocation::SourceRange
253 SourceLocation getBegin() const { return Range.getBegin(); } function in class:clang::SourceLocation::CharSourceRange
H A DSourceManager.h1677 return SM.isBeforeInTranslationUnit(LHS.getBegin(), RHS.getBegin());
/external/clang/include/clang/Frontend/
H A DASTUnit.h616 return SourceRange(mapLocationFromPreamble(R.getBegin()),
622 return SourceRange(mapLocationToPreamble(R.getBegin()),
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h149 SourceLocation getLocation() const { return getSourceRange().getBegin(); }
H A DToken.h144 setLocation(R.getBegin());
/external/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
H A DRewriter.h222 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);
227 return RemoveText(range.getBegin(), getRangeSize(range, opts), opts);
240 return ReplaceText(range.getBegin(), getRangeSize(range), NewStr);
/external/clang/include/clang/Sema/
H A DAttributeList.h330 SourceLocation getLoc() const { return AttrRange.getBegin(); }
H A DDeclSpec.h75 SourceLocation getBeginLoc() const { return Range.getBegin(); }
188 if (Range.getBegin().isInvalid())
189 Range.setBegin(R.getBegin());
487 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
1634 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
1654 if (Range.getBegin().isInvalid())
1655 Range.setBegin(SR.getBegin());
H A DInitialization.h504 return InitializationKind(IK_Direct, IC_StaticCast, TypeRange.getBegin(),
505 TypeRange.getBegin(), TypeRange.getEnd());
515 IC_CStyleCast, StartLoc, TypeRange.getBegin(),
523 IC_FunctionalCast, TypeRange.getBegin(),
524 TypeRange.getBegin(), TypeRange.getEnd());
/external/clang/include/clang/Serialization/
H A DASTBitCodes.h173 : Begin(R.getBegin().getRawEncoding()),
/external/clang/lib/ARCMigrate/
H A DARCMT.cpp38 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
67 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
H A DObjCMT.cpp1621 Rewrite.ReplaceText(range.getBegin(), Rewrite.getRangeSize(range), text);
1667 SourceMgr.getDecomposedLoc(Range.getBegin());
1691 Writer.writeLoc(Range.getBegin());
1698 Writer.writeLoc(Range.getBegin());
H A DPlistReporter.cpp54 AddFID(FM, Fids, SM, RI->getBegin());
H A DTransAutoreleasePool.cpp138 SourceRange(scope.getIndentedRange().getBegin(),
290 if (SM.isBeforeInTranslationUnit(loc, ScopeRange.getBegin()))
H A DTransProtectedScope.cpp193 return !SM.isBeforeInTranslationUnit(Loc, R.getBegin()) &&
H A DTransRetainReleaseDealloc.cpp388 if (SM.isMacroArgExpansion(RecRange.getBegin()))
389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
H A DTransUnbridgedCasts.cpp289 SourceLocation InnerBegin = SM.getImmediateMacroCallerLoc(SubRange.getBegin());
302 Pass.TA.insert(InnerRange.getBegin(), "[");

Completed in 335 milliseconds

123456