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

Declarations

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangASTSource.h
  487   clang::NamedDecl *AddVarDecl(const CompilerType &type);

References

tools/lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionDeclMap.cpp
 1645     var_decl = context.AddVarDecl(pt);
 1647     var_decl = context.AddVarDecl(pt.GetLValueReferenceType());
 1694       context.AddVarDecl(parser_type.GetLValueReferenceType());
 1736   NamedDecl *var_decl = context.AddVarDecl(parser_type);
 1863   NamedDecl *var_decl = context.AddVarDecl(parser_clang_type);