Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1061 bool DeclHasPendingBody; variable
1065 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
1070 bool hasPendingBody() { return DeclHasPendingBody; } in hasPendingBody()