31b60e0ab5
Add an optional argument objectIsConst to findFunctionArgs and findFunctionProto: const clang::FunctionDecl* findFunctionProto(const clang::Decl* scopeDecl, llvm::StringRef funcName, llvm::StringRef funcProto, bool objectIsConst) const; const clang::FunctionDecl* findFunctionArgs(const clang::Decl* scopeDecl, llvm::StringRef funcName, llvm::StringRef funcArgs, bool objectIsConst) const;