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

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1983     function_clang_type = function_type->GetFullCompilerType();
 1985     if (!function_clang_type) {
 1993     CompilerType copied_function_type = GuardedCopyType(function_clang_type);
 2042   entity->SetCompilerType(function_clang_type);