Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9737 const FunctionDecl *Defn = nullptr; in finishPendingActions() local
9738 if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) { in finishPendingActions()
9741 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn); in finishPendingActions()