Searched refs:setBegin (Results 1 - 15 of 15) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceLocation.h203 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceLocation::SourceRange
257 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Lex/
H A DPPExpressions.cpp47 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
49 Range.setBegin(B); Range.setEnd(E);
51 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon3321::PPValue
86 Result.setBegin(beginLoc);
359 Result.setBegin(Start);
366 Result.setBegin(Loc);
386 Result.setBegin(Start);
398 Result.setBegin(Start);
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Sema/
H A DTypoCorrection.h201 CorrectionRange.setBegin(ForceSpecifierReplacement && SS && !SS->isEmpty()
H A DDeclSpec.h73 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
189 Range.setBegin(R.getBegin());
593 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
1646 Range.setBegin(Loc);
1659 Range.setBegin(SR.getBegin());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
H A DDeclSpec.cpp60 Range.setBegin(TL.getBeginLoc());
73 Range.setBegin(IdentifierLoc);
86 Range.setBegin(NamespaceLoc);
99 Range.setBegin(AliasLoc);
H A DSemaCXXScopeSpec.cpp784 R.setBegin(SS.getRange().getBegin());
H A DSemaTemplateVariadic.cpp433 R.setBegin(Arg.getScopeSpec().getBeginLoc());
H A DSemaExprMember.cpp205 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
H A DSemaInit.cpp6521 R.setBegin(S.PP.getLocForEndOfToken(R.getBegin()));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Parse/
H A DParseTemplate.cpp1247 R.setBegin(ExternLoc);
H A DParseExprCXX.cpp56 Range.setBegin(DigraphToken.getLocation());
707 Intro.Range.setBegin(T.getOpenLocation());
H A DParseObjc.cpp459 AtEnd.setBegin(AtLoc);
537 AtEnd.setBegin(Tok.getLocation());
H A DParseDeclCXX.cpp1287 Range.setBegin(SS.getBeginLoc());
3018 SpecificationRange.setBegin(ConsumeToken());
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5098 range.setBegin(ReadSourceLocation(Record, Idx));

Completed in 430 milliseconds