Home
last modified time | relevance | path

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

/external/clang/include/clang/Serialization/
DASTReader.h948 std::deque<Decl *> InterestingDecls; variable
/external/clang/lib/Serialization/
DASTReaderDecl.cpp3478 InterestingDecls.push_back(D); in ReadDeclRecord()
3514 InterestingDecls.push_back(D); in loadDeclUpdateRecords()
DASTReader.cpp6726 while (!InterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
6727 Decl *D = InterestingDecls.front(); in PassInterestingDeclsToConsumer()
6728 InterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()