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

References

tools/clang/lib/Sema/SemaDecl.cpp
12327   D.SetIdentifier(Ident, IdentLoc);
12328   D.takeAttributes(Attrs, AttrEnd);
12330   D.AddTypeInfo(DeclaratorChunk::getReference(0, IdentLoc, /*lvalue*/ false),
12332   Decl *Var = ActOnDeclarator(S, D);