Home
last modified time | relevance | path

Searched defs:VariableList (Results 1 – 6 of 6) sorted by relevance

/llvm-project/lldb/include/lldb/Core/
H A DModuleList.h47 class VariableList; variable
H A DModule.h61 class VariableList; global() variable
/llvm-project/lldb/source/Symbol/
H A DVariableList.cpp20 VariableList::VariableList() : m_variables() {} in VariableList() function in VariableList
/llvm-project/clang/test/Misc/
H A Ddiag-template-diffing-cxx11.cpp803 // CHECK-ELIDE-NOTREE: non-const lvalue reference to type 'VariableList<>' cannot bind to a temporary of type 'VariableList<>' in ConnectAllToAll() argument
802 struct VariableList { global() struct
/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h293 class VariableList; global() variable
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp3266 SmallVector<CVGlobalVariable, 1> *VariableList; collectGlobalVariableInfo() local