Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangExpressionDeclMap.cpp1268 Symbol *non_extern_symbol = nullptr; in LookupFunction() local
1298 non_extern_symbol = sym_ctx.symbol; in LookupFunction()
1319 } else if (non_extern_symbol) { in LookupFunction()
1320 AddOneFunction(context, nullptr, non_extern_symbol); in LookupFunction()