================
@@ -1777,20 +1800,31 @@ class CodeCompletionDeclConsumer : public
VisibleDeclConsumer {
this->BaseType = BaseType;
}
+ void setIsInDeclarationContext(bool IsInDeclarationContext) {
+ this->IsInDeclarationContext = IsInDeclarationContext;
+ }
+
+ void setIsAddressOfOperand(bool isAddressOfOperand) {
----------------
HighCommander4 wrote:
nit: capitalize parameter name (and use `this->` in body to disambiguate, as in
`setIsInDeclarationContext`)
https://github.com/llvm/llvm-project/pull/165916
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits