Home
last modified time | relevance | path

Searched refs:RawLocation (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/Serialization/
DASTReaderDecl.cpp42 const unsigned RawLocation; member in clang::ASTDeclReader
199 unsigned RawLocation, const RecordData &Record, unsigned &Idx) in ASTDeclReader() argument
201 RawLocation(RawLocation), Record(Record), Idx(Idx), in ASTDeclReader()
496 D->setLocation(Reader.ReadSourceLocation(F, RawLocation)); in VisitDecl()
2422 ASTReader::DeclCursorForID(DeclID ID, unsigned &RawLocation) { in DeclCursorForID() argument
2426 RawLocation = It->second.RawLoc; in DeclCursorForID()
2435 RawLocation = DOffs.Loc; in DeclCursorForID()
3093 unsigned RawLocation = 0; in ReadDeclRecord() local
3094 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
3109 ASTDeclReader Reader(*this, *Loc.F, ID, RawLocation, Record,Idx); in ReadDeclRecord()
DASTReader.cpp6378 unsigned RawLocation = 0; in getSourceLocationForDeclID() local
6379 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID()
6380 return ReadSourceLocation(*Rec.F, RawLocation); in getSourceLocationForDeclID()
/external/clang/include/clang/Serialization/
DASTReader.h1186 unsigned &RawLocation);