OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OrigLoc
(Results
1 - 5
of
5
) sorted by relevancy
/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/include/clang/Edit/
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/Sema/
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
...]
SemaExpr.cpp
12833
SourceLocation
OrigLoc
= Loc;
12886
if (Loc !=
OrigLoc
)
12887
Assign = SourceRange(
OrigLoc
,
OrigLoc
);
12947
if (Loc !=
OrigLoc
)
12948
Assign = SourceRange(
OrigLoc
,
OrigLoc
);
Completed in 48 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026