Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp65 Last->NextInContext = Other.First; in stealRecordChain()
84 Last->NextInContext = Record; in addToRecordChain()
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h276 mutable APIRecord *NextInContext = nullptr; member
279 APIRecord *getNextInContext() const { return NextInContext; } in getNextInContext()