Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp4110 PotentiallyInterestingDecls.push_back( in ReadDeclRecord()
4133 while (!PotentiallyInterestingDecls.empty()) { in PassInterestingDeclsToConsumer()
4134 InterestingDecl D = PotentiallyInterestingDecls.front(); in PassInterestingDeclsToConsumer()
4135 PotentiallyInterestingDecls.pop_front(); in PassInterestingDeclsToConsumer()
4195 PotentiallyInterestingDecls.push_back( in loadDeclUpdateRecords()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1075 std::deque<InterestingDecl> PotentiallyInterestingDecls; variable