Searched defs:hasPendingBody (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ | ||
H A D | ASTReader.h | 1102 bool hasPendingBody() { return DeclHasPendingBody; } hasPendingBody() function |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ | ||
H A D | ASTReaderDecl.cpp | 318 bool hasPendingBody() const { return HasPendingBody; } hasPendingBody() function in clang::ASTDeclReader |