Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1055 class InterestingDecl {
1060 InterestingDecl(Decl *D, bool HasBody) in InterestingDecl() function
1075 std::deque<InterestingDecl> PotentiallyInterestingDecls;
/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp4111 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4134 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4196 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()