Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1091 class InterestingDecl {
1096 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1111 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4160 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4182 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4244 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()