Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1183 RecordLocation DeclCursorForID(serialization::DeclID ID,
/minix3/external/bsd/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp2291 ASTReader::DeclCursorForID(DeclID ID, unsigned &RawLocation) { in DeclCursorForID() function in ASTReader
2889 RecordLocation Loc = DeclCursorForID(ID, RawLocation); in ReadDeclRecord()
H A DASTReader.cpp6196 RecordLocation Rec = DeclCursorForID(ID, RawLocation); in getSourceLocationForDeclID()