OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RawLoc
(Results
1 - 5
of
5
) sorted by null
/external/clang/tools/libclang/
CXCursor.cpp
522
void *
RawLoc
= Loc.getPtrEncoding();
523
CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super,
RawLoc
, TU } };
538
void *
RawLoc
= Loc.getPtrEncoding();
539
CXCursor C = { CXCursor_ObjCProtocolRef, 0, { Proto,
RawLoc
, TU } };
557
void *
RawLoc
= Loc.getPtrEncoding();
558
CXCursor C = { CXCursor_ObjCClassRef, 0, { Class,
RawLoc
, TU } };
572
void *
RawLoc
= Loc.getPtrEncoding();
573
CXCursor C = { CXCursor_TypeRef, 0, { Type,
RawLoc
, TU } };
588
void *
RawLoc
= Loc.getPtrEncoding();
589
CXCursor C = { CXCursor_TemplateRef, 0, { Template,
RawLoc
, TU } }
[
all
...]
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
88
unsigned
RawLoc
= Loc.getRawEncoding();
89
if (MigrateCtx.AttrSet.count(
RawLoc
))
111
MigrateCtx.AttrSet.insert(
RawLoc
);
TransProperties.cpp
83
unsigned
RawLoc
= propI->getAtLoc().getRawEncoding();
85
if (PrevAtProps->find(
RawLoc
) != PrevAtProps->end())
87
PropsTy &props = AtProps[
RawLoc
];
/external/clang/include/clang/Serialization/
ASTReader.h
371
unsigned
RawLoc
;
373
ReplacedDeclInfo() : Mod(0), Offset(0),
RawLoc
(0) {}
374
ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned
RawLoc
)
375
: Mod(Mod), Offset(Offset),
RawLoc
(
RawLoc
) {}
[
all
...]
/external/clang/lib/Serialization/
ASTReaderDecl.cpp
[
all
...]
Completed in 189 milliseconds