Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReaderDecl.cpp51 bool HasPendingBody; member in clang::ASTDeclReader
224 TypedefNameForLinkage(nullptr), HasPendingBody(false), in ASTDeclReader()
250 bool hasPendingBody() const { return HasPendingBody; } in hasPendingBody()
494 HasPendingBody = true; in Visit()
905 HasPendingBody = true; in VisitObjCMethodDecl()
3797 HasPendingBody = true; in UpdateDecl()