Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
DUISourceCode.js834 WebInspector.RawLocation = function() class in WebInspector
838 WebInspector.RawLocation.prototype = {
/external/clang/lib/Serialization/
DASTReaderDecl.cpp41 const unsigned RawLocation; member in clang::ASTDeclReader
195 unsigned RawLocation, in ASTDeclReader() argument
198 RawLocation(RawLocation), Record(Record), Idx(Idx), in ASTDeclReader()
402 D->setLocation(Reader.ReadSourceLocation(F, RawLocation)); in VisitDecl()
2201 ASTReader::DeclCursorForID(DeclID ID, unsigned &RawLocation) { in DeclCursorForID() argument
2205 RawLocation = It->second.RawLoc; in DeclCursorForID()
2214 RawLocation = DOffs.Loc; in DeclCursorForID()
2595 unsigned RawLocation = 0; in ReadDeclRecord() local
2596 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
2611 ASTDeclReader Reader(*this, *Loc.F, ID, RawLocation, Record,Idx); in ReadDeclRecord()
DASTReader.cpp6077 unsigned RawLocation = 0; in getSourceLocationForDeclID() local
6078 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID()
6079 return ReadSourceLocation(*Rec.F, RawLocation); in getSourceLocationForDeclID()
/external/clang/include/clang/Serialization/
DASTReader.h1152 unsigned &RawLocation);