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

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
86635   SWIG_Python_SetConstant(d, "eTypeClassFunction",SWIG_From_int(static_cast< int >(lldb::eTypeClassFunction)));
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
  302         add_type = (type_mask & eTypeClassFunction) != 0;
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
 1585     can_parse = ((type_mask & eTypeClassFunction) != 0);
tools/lldb/source/Symbol/ClangASTContext.cpp
 4273     return lldb::eTypeClassFunction;
 4275     return lldb::eTypeClassFunction;
tools/lldb/source/Symbol/Variable.cpp
  577       case eTypeClassFunction: