Searched refs:getBegin (Results 101 - 121 of 121) sorted by relevance

12345

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h203 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
H A DDeclTemplate.h520 return AngleLocs.getBegin();
H A DType.h2382 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); }
2438 SourceLocation getLBracketLoc() const { return Brackets.getBegin(); }
H A DExpr.h1844 SourceLocation getLocStart() const LLVM_READONLY { return Range.getBegin(); }
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1579 Rewrite.ReplaceText(range.getBegin(), Rewrite.getRangeSize(range), text);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/AST/
H A DDeclCXX.cpp1660 return TSInfo->getTypeLoc().getLocalSourceRange().getBegin();
H A DExprCXX.cpp235 Location = Info->getTypeLoc().getLocalSourceRange().getBegin();
H A DASTImporter.cpp4911 return SourceRange(Import(FromRange.getBegin()), Import(FromRange.getEnd()));
H A DASTContext.cpp190 = SourceMgr.getDecomposedLoc((*Comment)->getSourceRange().getBegin());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp712 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
H A DCodeGenFunction.h517 DI->EmitLexicalBlockStart(CGF.Builder, Range.getBegin());
H A DCGObjC.cpp1428 DI->EmitLexicalBlockStart(Builder, S.getSourceRange().getBegin());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Format/
H A DTokenAnnotator.cpp1326 return Tok.WhitespaceRange.getBegin() != Tok.WhitespaceRange.getEnd();
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DSemaAccess.cpp1259 S.Diag(base->getSourceRange().getBegin(), diagnostic)
H A DSemaDecl.cpp473 Diag(SS->getRange().getBegin(), DiagID)
475 << SourceRange(SS->getRange().getBegin(), IILoc)
476 << FixItHint::CreateInsertion(SS->getRange().getBegin(), "typename ");
7742 Diag(ResultRange.getBegin(), diag::note_main_change_return_type)
8948 Diag(I->getRange().getBegin(),
8954 Diag(I->getRange().getBegin(),
10450 Diag(SS.getRange().getBegin(), diag::err_dependent_nested_name_spec)
H A DSemaStmt.cpp1415 S.Diag(Ranges.begin()->getBegin(), PDiag);
H A DSemaOverload.cpp9914 Diag(OpRangeForComplaining.getBegin(), DiagIDForComplaining)
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteModernObjC.cpp287 if (!Rewrite.ReplaceText(SrcRange.getBegin(), Size, Str)) {
1167 ReplaceText(CatDecl->getAtEndRange().getBegin(),
1192 SourceLocation LocEnd = PDecl->getAtEndRange().getBegin();
1460 ReplaceText(ClassDecl->getAtEndRange().getBegin(), strlen("@end"),
7847 PE = new (Context) ParenExpr(OldRange.getBegin(),
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp4362 assert(!SourceMgr.isBeforeInTranslationUnit(Range.getEnd(),Range.getBegin()));
4364 PreprocessedEntityID BeginID = findBeginPreprocessedEntity(Range.getBegin());
7161 Builder.Extend(Context, II, Range.getBegin(), Range.getEnd());
7168 Builder.Extend(Context, NS, Range.getBegin(), Range.getEnd());
7175 Builder.Extend(Context, Alias, Range.getBegin(), Range.getEnd());
H A DASTWriter.cpp554 Writer.AddSourceLocation(range.getBegin(), Record);
4377 AddSourceLocation(Range.getBegin(), Record);
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseExpr.cpp393 SourceRange(Actions.getExprRange(LHS.get()).getBegin(),

Completed in 612 milliseconds

12345