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

Declarations

tools/lldb/include/lldb/Symbol/CompilerType.h
  219   CompilerType AddConstModifier() const;

References

tools/lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp
  460       clang_type = clang_type.AddConstModifier();
  529       ast_enum = ast_enum.AddConstModifier();
  571       ast_typedef = ast_typedef.AddConstModifier();
  705       builtin_ast_type = builtin_ast_type.AddConstModifier();
  755       pointer_ast_type = pointer_ast_type.AddConstModifier();
tools/lldb/source/Symbol/Type.cpp
  482             encoding_type->GetForwardCompilerType().AddConstModifier();
  538           m_compiler_type = void_compiler_type.AddConstModifier();
tools/lldb/unittests/Symbol/TestClangASTContext.cpp
  258   record_type = record_type.AddConstModifier();