Searched refs:RawLoc (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp88 unsigned RawLoc = Loc.getRawEncoding(); local
89 if (MigrateCtx.AttrSet.count(RawLoc))
111 MigrateCtx.AttrSet.insert(RawLoc);
H A DTransProperties.cpp83 unsigned RawLoc = propI->getAtLoc().getRawEncoding(); local
85 if (PrevAtProps->find(RawLoc) != PrevAtProps->end())
87 PropsTy &props = AtProps[RawLoc];
/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h372 unsigned RawLoc; member in struct:clang::ASTReader::ReplacedDeclInfo
374 ReplacedDeclInfo() : Mod(0), Offset(0), RawLoc(0) {}
375 ReplacedDeclInfo(ModuleFile *Mod, uint64_t Offset, unsigned RawLoc) argument
376 : Mod(Mod), Offset(Offset), RawLoc(RawLoc) {}
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp2001 RawLocation = It->second.RawLoc;

Completed in 68 milliseconds