reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.cpp
  872     if (context.m_found.type)
  910         context.m_found.type = true;
  915     if (!context.m_found.type) {
  955             context.m_found.type = true;
  961     if (!context.m_found.type) {
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  479     memset(&m_found, 0, sizeof(m_found));
  479     memset(&m_found, 0, sizeof(m_found));
tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1116             context.m_found.local_vars_nsp = true;
 1190             context.m_found.variable = true;
 1204         context.m_found.variable = true;
 1373           context.m_found.function_with_type_info = true;
 1374           context.m_found.function = true;
 1389       if (!context.m_found.function_with_type_info) {
 1396               context.m_found.function_with_type_info = true;
 1402       if (!context.m_found.function_with_type_info) {
 1405           context.m_found.function = true;
 1408           context.m_found.function = true;
 1413     if (!context.m_found.function_with_type_info) {
 1454             context.m_found.function_with_type_info = true;
 1455             context.m_found.function = true;
 1480             context.m_found.variable = true;
 1486     if (target && !context.m_found.variable && !namespace_decl) {
 1509         context.m_found.variable = true;