Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.cpp1285 Symbol *non_extern_symbol = nullptr; in LookupFunction() local
1311 non_extern_symbol = symbol; in LookupFunction()
1331 } else if (non_extern_symbol) { in LookupFunction()
1332 AddOneFunction(context, nullptr, non_extern_symbol); in LookupFunction()