ΒΆinline bool isPartOfPerModuleInitializer(
const clang::Decl* D)
inline bool isPartOfPerModuleInitializer(
const clang::Decl* D)
Description
Determine whether the given declaration will be included in the per-module initializer if it needs to be eagerly handed to the AST consumer. If so, we should not hand it to the consumer when deserializing it, nor include it in the list of eagerly deserialized declarations.
Declared at: clang/lib/Serialization/ASTCommon.h:116
Parameters
- const clang::Decl* D