Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h1080 bool DeclHasPendingBody; variable
1084 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
1089 bool hasPendingBody() { return DeclHasPendingBody; } in hasPendingBody()