Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1043 class InterestingDecl {
1048 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1063 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp3913 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
3936 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
3985 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()