Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReaderDecl.cpp3895 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()
3918 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
3919 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
3920 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()
3980 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1080 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable