Searched defs:RawLocation (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp41 const unsigned RawLocation; member in class:clang::ASTDeclReader
195 unsigned RawLocation,
198 RawLocation(RawLocation), Record(Record), Idx(Idx),
402 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
2201 ASTReader::DeclCursorForID(DeclID ID, unsigned &RawLocation) { argument
2205 RawLocation = It->second.RawLoc;
2214 RawLocation = DOffs.Loc;
2595 unsigned RawLocation = 0; local
2596 RecordLocation Loc = DeclCursorForID(ID, RawLocation);
193 ASTDeclReader(ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, unsigned RawLocation, const RecordData &Record, unsigned &Idx) argument
[all...]

Completed in 103 milliseconds