mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-16 21:45:22 +02:00
Allow LookupData.setFunctionArguments to be called more than once
Change-Id: Id716b83a3c7eed980c9b8fff68907ce729a86402
This commit is contained in:
parent
e14b87a88f
commit
1e60830c7d
1 changed files with 1 additions and 0 deletions
|
@ -519,6 +519,7 @@ public class LookupData extends ScopeLookupData {
|
|||
public void setFunctionArguments(boolean containsImpliedObject, ICPPEvaluation... exprs) {
|
||||
argsContainImpliedObject= containsImpliedObject;
|
||||
functionArgs= exprs;
|
||||
functionArgTypes = null;
|
||||
}
|
||||
|
||||
public void setFunctionArguments(boolean containsImpliedObject, IASTInitializerClause... exprs) {
|
||||
|
|
Loading…
Add table
Reference in a new issue