Displaying 2 results from an estimated 2 matches for "declarationnameinfo".
2016 Dec 21
2
DeclarationName and the StringRef.
To context was ,
Basic requirement was to append extra string to the decl name and update
all his references to the updated name. ,
So we are constructing the DeclarationName instance as stated below code
snap.
and from DeclarationName instance ,we are constructing the
DeclarationNameInfo and same info used to create decl spec
with FunctionDecl::Create () .
Question is ,
How do ,someone instantiate the DeclarationName instance using StringRef
,because in the current trunk code snap ,we see that the DeclarationName
can be constructed using the IdentifierInfo or Objc Selector or
C...
2016 Dec 21
0
DeclarationName and the StringRef.
...>
> Basic requirement was to append extra string to the decl name and
> update all his references to the updated name. ,
>
> So we are constructing the DeclarationName instance as stated below
> code snap.
> and from DeclarationName instance ,we are constructing the
> DeclarationNameInfo and same info used to create decl spec
> with FunctionDecl::Create () .
>
> Question is ,
>
> How do ,someone instantiate the DeclarationName instance using
> StringRef ,because in the current trunk code snap ,we see that
> the DeclarationName can be constructed using the...