Home
last modified time | relevance | path

Searched refs:InterestingDecls (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Serialization/
DASTReader.h683 std::deque<Decl *> InterestingDecls; variable
/external/clang/lib/Serialization/
DASTReader.cpp5044 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
5045 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()
5046 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()
6332 while (!InterestingDecls.empty()) { in FinishedDeserializing()
6335 Decl *D = InterestingDecls.front(); in FinishedDeserializing()
6336 InterestingDecls.pop_front(); in FinishedDeserializing()
DASTReaderDecl.cpp2130 InterestingDecls.push_back(D); in ReadDeclRecord()