OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RawLoc
(Results
1 - 4
of
4
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
88
unsigned
RawLoc
= Loc.getRawEncoding();
89
if (MigrateCtx.AttrSet.count(
RawLoc
))
111
MigrateCtx.AttrSet.insert(
RawLoc
);
TransProperties.cpp
82
unsigned
RawLoc
= Prop->getAtLoc().getRawEncoding();
84
if (PrevAtProps->find(
RawLoc
) != PrevAtProps->end())
86
PropsTy &props = AtProps[
RawLoc
];
/external/clang/tools/libclang/
CXCursor.cpp
631
void *
RawLoc
= Loc.getPtrEncoding();
632
CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super,
RawLoc
, TU } };
647
void *
RawLoc
= Loc.getPtrEncoding();
648
CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto,
RawLoc
, TU } };
666
void *
RawLoc
= Loc.getPtrEncoding();
667
CXCursor C = { CXCursor_ObjCClassRef, 0, { Class,
RawLoc
, TU } };
681
void *
RawLoc
= Loc.getPtrEncoding();
682
CXCursor C = { CXCursor_TypeRef, 0, { Type,
RawLoc
, TU } };
697
void *
RawLoc
= Loc.getPtrEncoding();
698
CXCursor C = { CXCursor_TemplateRef, 0, { Template,
RawLoc
, TU } }
[
all
...]
/external/clang/include/clang/Serialization/
ASTReader.h
475
unsigned
RawLoc
;
477
ReplacedDeclInfo() : Mod(nullptr), Offset(0),
RawLoc
(0) {}
478
ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned
RawLoc
)
479
: Mod(Mod), Offset(Offset),
RawLoc
(
RawLoc
) {}
[
all
...]
Completed in 1258 milliseconds