Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1059 class InterestingDecl {
1064 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1079 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReaderDecl.cpp4113 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4136 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4198 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()