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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DSymbolCache.cpp173 Expected<TypeIndex> EFD = Tpi->findFullDeclForForwardRef(Index); local
175 if (!EFD)
176 consumeError(EFD.takeError());
177 else if (*EFD != Index) {
178 assert(!isUdtForwardRef(Types.getType(*EFD)));
179 SymIndexId Result = findSymbolByTypeIndex(*EFD);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp398 auto *EFD = cast<FunctionDecl>(EUnderlying); local
400 unsigned EMin = EFD->getMinRequiredArguments();

Completed in 45 milliseconds