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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h846 std::deque<Decl *> InterestingDecls; member in class:clang::ASTReader
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp5936 while (!InterestingDecls.empty()) {
5937 Decl *D = InterestingDecls.front();
5938 InterestingDecls.pop_front();
7563 while (!InterestingDecls.empty()) {
7566 Decl *D = InterestingDecls.front();
7567 InterestingDecls.pop_front();
H A DASTReaderDecl.cpp2633 InterestingDecls.push_back(D);

Completed in 172 milliseconds