Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp2641 const FunctionDecl *Defn = nullptr; in VisitFunctionDecl() local
2642 if (D->hasBody(Defn)) { in VisitFunctionDecl()
2643 D = const_cast<FunctionDecl *>(Defn); in VisitFunctionDecl()
2644 FunctionTemplate = Defn->getDescribedFunctionTemplate(); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10513 const FunctionDecl *Defn = nullptr; in finishPendingActions() local
10514 if (!getContext().getLangOpts().Modules || !FD->hasBody(Defn)) { in finishPendingActions()
10517 auto *NonConstDefn = const_cast<FunctionDecl*>(Defn); in finishPendingActions()