Searched refs:DFD (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp220 const auto *DFD = cast<FunctionDecl>(D); local
222 if (FD->getStorageClass() != DFD->getStorageClass() ||
223 FD->getNumParams() != DFD->getNumParams())
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp393 if (auto *DFD = dyn_cast<FunctionDecl>(DUnderlying)) {
395 unsigned DMin = DFD->getMinRequiredArguments();

Completed in 159 milliseconds