Searched refs:isConsumerInterestedIn (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2497 static bool isConsumerInterestedIn(Decl *D, bool HasBody) { in isConsumerInterestedIn() function 3477 if (isConsumerInterestedIn(D, Reader.hasPendingBody())) in ReadDeclRecord() 3492 bool WasInteresting = isConsumerInterestedIn(D, false); in loadDeclUpdateRecords() 3513 isConsumerInterestedIn(D, Reader.hasPendingBody())) { in loadDeclUpdateRecords()
|
/external/llvm-project/clang/lib/Serialization/ |
D | ASTReaderDecl.cpp | 2825 static bool isConsumerInterestedIn(ASTContext &Ctx, Decl *D, bool HasBody) { in isConsumerInterestedIn() function 4136 if (isConsumerInterestedIn(getContext(), D.getDecl(), D.hasPendingBody())) in PassInterestingDeclsToConsumer() 4161 Record.JustLoaded || isConsumerInterestedIn(getContext(), D, false); in loadDeclUpdateRecords() 4194 isConsumerInterestedIn(getContext(), D, Reader.hasPendingBody())) { in loadDeclUpdateRecords()
|