HomeSort by relevance Sort by last modified time
    Searched refs:RawLoc (Results 1 - 5 of 5) sorted by null

  /external/clang/tools/libclang/
CXCursor.cpp 490 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
491 CXCursor C = { CXCursor_ObjCSuperClassRef, 0, { Super, RawLoc, TU } };
507 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
508 CXCursor C = { CXCursor_ObjCProtocolRef, 0, { (void*)Proto, RawLoc, TU } };
527 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
528 CXCursor C = { CXCursor_ObjCClassRef, 0, { (void*)Class, RawLoc, TU } };
543 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
544 CXCursor C = { CXCursor_TypeRef, 0, { (void*)Type, RawLoc, TU } };
560 void *RawLoc = reinterpret_cast<void *>(Loc.getRawEncoding());
561 CXCursor C = { CXCursor_TemplateRef, 0, { (void*)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 301 unsigned RawLoc;
303 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
304 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc)
305 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 153 milliseconds