Searched refs:FDDef (Results 1 – 1 of 1) sorted by relevance
4013 if (const FunctionDecl *FDDef = FD->getDefinition()) { in GetOrCreateLLVMFunction() local4015 if (const auto *CD = dyn_cast<CXXConstructorDecl>(FDDef)) in GetOrCreateLLVMFunction()4017 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(FDDef)) in GetOrCreateLLVMFunction()4020 GDDef = GlobalDecl(FDDef); in GetOrCreateLLVMFunction()