Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1130 struct FuncDeclInfo { struct
1146 std::vector<FuncDeclInfo> decl_infos; in SearchFunctionsInSymbolContexts()
1154 FuncDeclInfo fdi; in SearchFunctionsInSymbolContexts()
1196 std::multimap<CompilerType, const FuncDeclInfo *> matches; in SearchFunctionsInSymbolContexts()
1197 for (const FuncDeclInfo &fdi : decl_infos) { in SearchFunctionsInSymbolContexts()