Home
last modified time | relevance | path

Searched refs:hasPendingBody (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/Serialization/
DASTReaderDecl.cpp305 bool hasPendingBody() const { return HasPendingBody; } in hasPendingBody() function in clang::ASTDeclReader
4111 InterestingDecl(D, Reader.hasPendingBody())); in ReadDeclRecord()
4136 if (isConsumerInterestedIn(getContext(), D.getDecl(), D.hasPendingBody())) in PassInterestingDeclsToConsumer()
4194 isConsumerInterestedIn(getContext(), D, Reader.hasPendingBody())) { in loadDeclUpdateRecords()
4196 InterestingDecl(D, Reader.hasPendingBody())); in loadDeclUpdateRecords()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1066 bool hasPendingBody() { return DeclHasPendingBody; } in hasPendingBody() function
/external/clang/lib/Serialization/
DASTReaderDecl.cpp250 bool hasPendingBody() const { return HasPendingBody; } in hasPendingBody() function in clang::ASTDeclReader
3477 if (isConsumerInterestedIn(D, Reader.hasPendingBody())) in ReadDeclRecord()
3513 isConsumerInterestedIn(D, Reader.hasPendingBody())) { in loadDeclUpdateRecords()