Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1078 class InterestingDecl {
1083 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1098 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3995 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4017 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4079 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()