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
203 TypedefNameForLinkage(nullptr), HasPendingBody(false) {} in ASTDeclReader()
228 bool hasPendingBody() const { return HasPendingBody; } in hasPendingBody()
463 HasPendingBody = true; in Visit()
850 HasPendingBody = true; in VisitObjCMethodDecl()
3651 HasPendingBody = true; in UpdateDecl()