Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3185 bool ASTReader::isConsumerInterestedIn(Decl *D) { in isConsumerInterestedIn() function in ASTReader
4220 if (isConsumerInterestedIn(D)) in PassInterestingDeclsToConsumer()
4240 if (isConsumerInterestedIn(D)) in PassInterestingDeclsToConsumer()
4274 bool WasInteresting = Record.JustLoaded || isConsumerInterestedIn(D); in loadDeclUpdateRecords()
4306 if (!WasInteresting && isConsumerInterestedIn(D)) { in loadDeclUpdateRecords()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1505 bool isConsumerInterestedIn(Decl *D);