Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1057 bool DeclHasPendingBody; variable
1061 : D(D), DeclHasPendingBody(HasBody) {} in InterestingDecl()
1066 bool hasPendingBody() { return DeclHasPendingBody; } in hasPendingBody()