Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1059 class InterestingDecl {
1064 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1079 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4146 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4169 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4231 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()