Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp4159 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()
4181 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
4182 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4183 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()
4243 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1111 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable