OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OrigLoc
(Results
1 - 12
of
12
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Edit/
EditedSource.h
84
bool canInsertInOffset(SourceLocation
OrigLoc
, FileOffset Offs);
95
bool commitInsert(SourceLocation
OrigLoc
, FileOffset Offs, StringRef text,
97
bool commitInsertFromRange(SourceLocation
OrigLoc
, FileOffset Offs,
100
void commitRemove(SourceLocation
OrigLoc
, FileOffset BeginOffs, unsigned Len);
Commit.h
40
SourceLocation
OrigLoc
;
125
void addInsert(SourceLocation
OrigLoc
,
127
void addInsertFromRange(SourceLocation
OrigLoc
, FileOffset Offs,
130
void addRemove(SourceLocation
OrigLoc
, FileOffset Offs, unsigned Len);
135
bool canInsertInOffset(SourceLocation
OrigLoc
, FileOffset Offs);
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransARCAssign.cpp
46
SourceLocation
OrigLoc
= E->getExprLoc();
47
SourceLocation Loc =
OrigLoc
;
TransGCAttrs.cpp
91
SourceLocation
OrigLoc
= Loc;
92
if (MigrateCtx.AttrSet.count(
OrigLoc
))
108
MigrateCtx.AttrSet.insert(
OrigLoc
);
/src/external/apache2/llvm/dist/clang/lib/Edit/
Commit.cpp
182
void Commit::addInsert(SourceLocation
OrigLoc
, FileOffset Offs, StringRef text,
189
data.
OrigLoc
=
OrigLoc
;
196
void Commit::addInsertFromRange(SourceLocation
OrigLoc
, FileOffset Offs,
204
data.
OrigLoc
=
OrigLoc
;
212
void Commit::addRemove(SourceLocation
OrigLoc
,
219
data.
OrigLoc
=
OrigLoc
;
283
bool Commit::canInsertInOffset(SourceLocation
OrigLoc
, FileOffset Offs)
[
all
...]
EditedSource.cpp
74
bool EditedSource::canInsertInOffset(SourceLocation
OrigLoc
, FileOffset Offs) {
81
if (SourceMgr.isMacroArgExpansion(
OrigLoc
)) {
84
deconstructMacroArgLoc(
OrigLoc
, ExpLoc, ArgUse);
111
bool EditedSource::commitInsert(SourceLocation
OrigLoc
,
114
if (!canInsertInOffset(
OrigLoc
, Offs))
119
if (SourceMgr.isMacroArgExpansion(
OrigLoc
)) {
122
deconstructMacroArgLoc(
OrigLoc
, ExpLoc, ArgUse);
141
bool EditedSource::commitInsertFromRange(SourceLocation
OrigLoc
,
196
return commitInsert(
OrigLoc
, Offs, StrVec, beforePreviousInsertions);
199
void EditedSource::commitRemove(SourceLocation
OrigLoc
,
[
all
...]
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateVariadic.cpp
1056
TemplateArgumentLoc
OrigLoc
,
1058
const TemplateArgument &Argument =
OrigLoc
.getArgument();
1064
TypeSourceInfo *ExpansionTSInfo =
OrigLoc
.getTypeSourceInfo();
1096
Ellipsis =
OrigLoc
.getTemplateEllipsisLoc();
1099
OrigLoc
.getTemplateQualifierLoc(),
1100
OrigLoc
.getTemplateNameLoc());
SemaDecl.cpp
11867
QualType OrigTy, SourceLocation
OrigLoc
,
11869
: OrigTy(OrigTy),
OrigLoc
(
OrigLoc
), UseContext(UseContext), S(S) {}
11895
if (
OrigLoc
.isValid()) {
11899
S.Diag(
OrigLoc
, diag::err_non_trivial_c_union_in_invalid_context)
11901
// Reset
OrigLoc
so that this diagnostic is emitted only once.
11902
OrigLoc
= SourceLocation();
11921
SourceLocation
OrigLoc
;
11932
QualType OrigTy, SourceLocation
OrigLoc
,
11934
: OrigTy(OrigTy),
OrigLoc
(OrigLoc), UseContext(UseContext), S(S) {
[
all
...]
SemaExprObjC.cpp
2470
Builder.AddFixItHint(FixItHint::CreateInsertion(Edit.
OrigLoc
,
2476
FixItHint::CreateInsertionFromRange(Edit.
OrigLoc
,
SemaExpr.cpp
12833
SourceLocation
OrigLoc
= Loc;
12886
if (Loc !=
OrigLoc
)
12887
Assign = SourceRange(
OrigLoc
,
OrigLoc
);
12947
if (Loc !=
OrigLoc
)
12948
Assign = SourceRange(
OrigLoc
,
OrigLoc
);
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp
3647
SourceLocation
OrigLoc
= Tok.getLocation();
3656
Eof.setLocation(
OrigLoc
);
3689
if (Tok.getLocation() !=
OrigLoc
) {
3696
OrigLoc
))
3697
while (Tok.getLocation() !=
OrigLoc
&& Tok.isNot(tok::eof))
/src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h
8282
/// \param
OrigLoc
The template argument to expand.
8289
TemplateArgumentLoc
OrigLoc
,
Completed in 66 milliseconds
Indexes created Sat Sep 19 00:25:42 UTC 2026