Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenModule.cpp2715 if (const FunctionDecl *FDDef = FD->getDefinition()) { in GetOrCreateLLVMFunction() local
2717 if (const auto *CD = dyn_cast<CXXConstructorDecl>(FDDef)) in GetOrCreateLLVMFunction()
2719 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(FDDef)) in GetOrCreateLLVMFunction()
2722 GDDef = GlobalDecl(FDDef); in GetOrCreateLLVMFunction()