Home
last modified time | relevance | path

Searched defs:hasPendingBody (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1102 bool hasPendingBody() { return DeclHasPendingBody; } in hasPendingBody() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp318 bool hasPendingBody() const { return HasPendingBody; } in hasPendingBody() function in clang::ASTDeclReader