Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp143 auto &ParentReference = Record->Parent; in removeRecord() local
144 auto *ParentRecord = const_cast<APIRecord *>(ParentReference.Record); in removeRecord()
146 ParentRecord = findRecordForUSR(ParentReference.USR); in removeRecord()