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

/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp41 const unsigned RawLocation; member in class:clang::ASTDeclReader
192 unsigned RawLocation,
195 RawLocation(RawLocation), Record(Record), Idx(Idx),
370 D->setLocation(Reader.ReadSourceLocation(F, RawLocation));
1890 ASTReader::DeclCursorForID(DeclID ID, unsigned &RawLocation) { argument
1894 RawLocation = It->second.RawLoc;
1903 RawLocation = DOffs.Loc;
2206 unsigned RawLocation = 0; local
2207 RecordLocation Loc = DeclCursorForID(ID, RawLocation);
190 ASTDeclReader(ASTReader &Reader, ModuleFile &F, DeclID thisDeclID, unsigned RawLocation, const RecordData &Record, unsigned &Idx) argument
[all...]
H A DASTReader.cpp5434 unsigned RawLocation = 0; local
5435 RecordLocation Rec = DeclCursorForID(ID, RawLocation);
5436 return ReadSourceLocation(*Rec.F, RawLocation);
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DUISourceCode.js668 * @return {WebInspector.RawLocation}
846 * @return {WebInspector.RawLocation}
876 WebInspector.RawLocation = function()
882 * @param {WebInspector.RawLocation} rawLocation
909 * @return {WebInspector.RawLocation}
/external/clang/include/clang/Serialization/
H A DASTReader.h1014 unsigned &RawLocation);

Completed in 314 milliseconds