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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/
H A DSymbolOccurrences.cpp29 RangeOrNumRanges.setBegin(
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceLocation.h219 void setBegin(SourceLocation b) { B = b; } function in class:clang::SourceLocation::SourceRange
284 void setBegin(SourceLocation b) { Range.setBegin(b); } function in class:clang::SourceLocation::CharSourceRange
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
H A DPPExpressions.cpp63 void setRange(SourceLocation L) { Range.setBegin(L); Range.setEnd(L); }
65 Range.setBegin(B); Range.setEnd(E);
67 void setBegin(SourceLocation L) { Range.setBegin(L); } function in class:__anon3085::PPValue
103 Result.setBegin(beginLoc);
426 Result.setBegin(Start);
434 Result.setBegin(Loc);
455 Result.setBegin(Start);
468 Result.setBegin(Start);
H A DLexer.cpp889 Range.setBegin(Begin);
910 Range.setBegin(MacroBegin);
930 Range.setBegin(SM.getImmediateSpellingLoc(Begin));
H A DPPDirectives.cpp87 Res.setBegin(Tmp.getLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DDeclSpec.cpp50 Range.setBegin(TL.getBeginLoc());
63 Range.setBegin(IdentifierLoc);
76 Range.setBegin(NamespaceLoc);
89 Range.setBegin(AliasLoc);
111 Range.setBegin(SuperLoc);
672 TSWRange.setBegin(Loc);
H A DSemaCXXScopeSpec.cpp946 R.setBegin(SS.getRange().getBegin());
H A DSemaTemplateVariadic.cpp557 R.setBegin(Arg.getScopeSpec().getBeginLoc());
H A DSemaExprMember.cpp202 if (SS.isSet()) Range.setBegin(SS.getRange().getBegin());
H A DSemaDeclCXX.cpp10081 R.setBegin(Before.getBegin());
10090 R.setBegin(After.getBegin());
H A DSemaInit.cpp8967 R.setBegin(S.getLocForEndOfToken(R.getBegin()));
H A DSemaOpenMP.cpp13720 ReductionIdRange.setBegin(ReductionIdScopeSpec.getBeginLoc());
13722 ReductionIdRange.setBegin(ReductionId.getBeginLoc());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
H A DSortJavaScriptImports.cpp298 Reference.Range.setBegin(Start);
418 Symbol.Range.setBegin(
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTypoCorrection.h223 CorrectionRange.setBegin(SS->getBeginLoc());
H A DDeclSpec.h70 void setBeginLoc(SourceLocation Loc) { Range.setBegin(Loc); }
202 Range.setBegin(R.getBegin());
641 void SetRangeStart(SourceLocation Loc) { Range.setBegin(Loc); }
1939 Range.setBegin(Loc);
1952 Range.setBegin(SR.getBegin());
/freebsd-12-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DTokens.cpp365 Range.setBegin(SM.getExpansionLoc(Range.getBegin()));
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseTemplate.cpp1615 R.setBegin(ExternLoc);
H A DParseDeclCXX.cpp1641 Range.setBegin(SS.getBeginLoc());
3739 SpecificationRange.setBegin(ConsumeToken());
H A DParseExprCXX.cpp60 Range.setBegin(DigraphToken.getLocation());
827 Intro.Range.setBegin(T.getOpenLocation());
H A DParseObjc.cpp678 AtEnd.setBegin(AtLoc);
789 AtEnd.setBegin(Tok.getLocation());
/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp1019 Res.setBegin(getImmediateExpansionRange(Res.getBegin()).getBegin());
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DTypeLoc.h568 BuiltinRange.setBegin(std::min(Range.getBegin(), BuiltinRange.getBegin()));

Completed in 426 milliseconds