Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3994 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()
4016 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
4017 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4018 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()
4078 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1098 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable