Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h969 std::deque<Decl *> InterestingDecls; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3242 InterestingDecls.push_back(D); in ReadDeclRecord()
3276 InterestingDecls.push_back(D); in loadDeclUpdateRecords()
DASTReader.cpp6870 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
6871 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()
6872 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()