Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1060 class InterestingDecl {
1065 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1080 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3896 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
3919 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
3981 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()