Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp9470 const FunctionDecl *Defn = nullptr; in finishPendingActions() local
9471 if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) { in finishPendingActions()
9474 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn); in finishPendingActions()