mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
fix bug 74202
This commit is contained in:
parent
4c5be532cc
commit
50054ebf36
1 changed files with 1 additions and 1 deletions
|
@ -2181,7 +2181,7 @@ public class CompleteParseASTFactory extends BaseASTFactory implements IASTFacto
|
||||||
IParameterizedSymbol functionDeclaration = null;
|
IParameterizedSymbol functionDeclaration = null;
|
||||||
|
|
||||||
functionDeclaration =
|
functionDeclaration =
|
||||||
(IParameterizedSymbol) lookupQualifiedName(ownerScope, name.getFirstToken().getCharImage(), ITypeInfo.t_function, functionParameters, 0, null, false, LookupType.FORDEFINITION );
|
(IParameterizedSymbol) lookupQualifiedName(ownerScope, name.extractNameFromTemplateId(), ITypeInfo.t_function, functionParameters, 0, null, false, LookupType.FORDEFINITION );
|
||||||
|
|
||||||
if( functionDeclaration != null && symbol.isType( ITypeInfo.t_function )){
|
if( functionDeclaration != null && symbol.isType( ITypeInfo.t_function )){
|
||||||
previouslyDeclared = true;
|
previouslyDeclared = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue